Shreyas094 commited on
Commit
4e07365
·
verified ·
1 Parent(s): 3654a47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 model, temperature, number of API calls, whether to use embeddings, and the system prompt for fine-tuned responses.\n"
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
  ]