Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ async def on_chat_start():
|
|
51 |
ag = create_agent(llm_model=model)
|
52 |
interactive_key_done= True
|
53 |
await cl.Message(author="Socccer-RAG", content="✅ Voila! ⚽ Socccer-RAG warmed up and ready to go! You can start a fresh chat session from New Chat").send()
|
54 |
-
await cl.Message("To remove/change you OpenAI API key, click on the settings icon on the left of the chat box.").send()
|
55 |
except Exception as e:
|
56 |
await cl.Message(
|
57 |
content=f"❌Error: {e}. \n 🤗 Please Start new chat to set correct key.",
|
|
|
51 |
ag = create_agent(llm_model=model)
|
52 |
interactive_key_done= True
|
53 |
await cl.Message(author="Socccer-RAG", content="✅ Voila! ⚽ Socccer-RAG warmed up and ready to go! You can start a fresh chat session from New Chat").send()
|
54 |
+
await cl.Message("💡Remeber to clear your keys when you are done. To remove/change you OpenAI API key, click on the settings icon on the left of the chat box.").send()
|
55 |
except Exception as e:
|
56 |
await cl.Message(
|
57 |
content=f"❌Error: {e}. \n 🤗 Please Start new chat to set correct key.",
|