Shreyas094 commited on
Commit
7715cda
1 Parent(s): a464682

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
  (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
- "3. For any queries, feel free to reach out @[email protected] or discord - shreyas094\n\n"
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