fix(telegram): fix chat_id routing and llm result unpacking
All checks were successful
E2E Health Check / e2e-health (push) Successful in 18s

This commit is contained in:
OG T
2026-03-31 15:56:58 +08:00
parent a0c3a3bc8a
commit 8b7f99b5fa
2 changed files with 5 additions and 4 deletions

View File

@@ -92,7 +92,7 @@ class ChatManager:
try:
# 優先使用 NVIDIA Nemo-4B
response, provider, success, tokens, cost = await self.nvidia.chat(
response, success, tokens, cost = await self.nvidia.chat(
prompt=f"{system_prompt}\n\nCommander's Message: {message_text}",
model="nvidia/nemotron-mini-4b-instruct",
max_tokens=1024