Update app.py
Browse files
app.py
CHANGED
|
@@ -194,7 +194,7 @@ def initial_conversation():
|
|
| 194 |
(None, "Welcome! I'm your AI assistant for web search. Here's how you can use me:\n\n"
|
| 195 |
"1. Ask me any question, and I'll search the web for information.\n"
|
| 196 |
"2. You can adjust the model, temperature, number of API calls, whether to use embeddings, and the system prompt for fine-tuned responses.\n"
|
| 197 |
-
|
| 198 |
"To get started, ask me a question!")
|
| 199 |
]
|
| 200 |
|
|
|
|
| 194 |
(None, "Welcome! I'm your AI assistant for web search. Here's how you can use me:\n\n"
|
| 195 |
"1. Ask me any question, and I'll search the web for information.\n"
|
| 196 |
"2. You can adjust the model, temperature, number of API calls, whether to use embeddings, and the system prompt for fine-tuned responses.\n"
|
| 197 |
+
|
| 198 |
"To get started, ask me a question!")
|
| 199 |
]
|
| 200 |
|