fix(telegram): fix chat_id routing and llm result unpacking
All checks were successful
E2E Health Check / e2e-health (push) Successful in 18s
All checks were successful
E2E Health Check / e2e-health (push) Successful in 18s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user