forked from Rockachopa/Timmy-time-dashboard
[loop-cycle-66] fix: replace language-model with inference-backend in error messages (#334)
This commit is contained in:
@@ -547,9 +547,7 @@ class DiscordVendor(ChatPlatform):
|
||||
response = "Sorry, that took too long. Please try a simpler request."
|
||||
except Exception as exc:
|
||||
logger.error("Discord: chat_with_tools() failed: %s", exc)
|
||||
response = (
|
||||
"I'm having trouble reaching my language model right now. Please try again shortly."
|
||||
)
|
||||
response = "I'm having trouble reaching my inference backend right now. Please try again shortly."
|
||||
|
||||
# Check if Agno paused the run for tool confirmation
|
||||
if run_output is not None:
|
||||
|
||||
Reference in New Issue
Block a user