Almaatla commited on
Commit
24ef8ca
·
verified ·
1 Parent(s): 2657305

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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);