update notification service

This commit is contained in:
MacRimi
2026-03-22 21:14:19 +01:00
parent 70871330d3
commit 3f24d55945
3 changed files with 15 additions and 8 deletions

View File

@@ -65,7 +65,7 @@ class AIProvider(ABC):
response = self.generate(
system_prompt="You are a test assistant. Respond with exactly: CONNECTION_OK",
user_message="Test connection",
max_tokens=20
max_tokens=50 # Some providers (Gemini) need more tokens to return any content
)
if response:
# Check if response contains our expected text