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