Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -320,6 +320,7 @@ async def get_proxy():
|
|
320 |
}));
|
321 |
return;
|
322 |
}
|
|
|
323 |
|
324 |
try {
|
325 |
const llmResponse = await agentClient.call(currentModel, msg.content, systemPrompt, conversationHistory);
|
|
|
320 |
}));
|
321 |
return;
|
322 |
}
|
323 |
+
showStatus("Authentication ok");
|
324 |
|
325 |
try {
|
326 |
const llmResponse = await agentClient.call(currentModel, msg.content, systemPrompt, conversationHistory);
|