xd11yggy commited on
Commit
a42ba4a
Β·
verified Β·
1 Parent(s): 9603f54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,7 +42,7 @@ etc... you can use any amount of queries here
42
  </search>
43
  ```
44
 
45
- Note: use these "```" both at start and end when using <search> command
46
 
47
  **Termination Conditions:**
48
  - Exhaust all logical search avenues before finalizing answers.
@@ -226,7 +226,7 @@ demo = gr.ChatInterface(
226
  description="Advanced AI assistant with web search capabilities",
227
  examples=[
228
  ["Tell me about recent deepseek opensource projects. There were opensource week or something like that"],
229
- ["I need to cook something, give me simple receipts. Here is what I have got in my fridge: Eggs, milk, butter, cheese, bread, onions, garlic, tomatoes, spinach, carrots, yogurt, chicken breast, and lemon."],
230
  ["Write a report document on theme: The Role of Artificial Intelligence in Enhancing Personalized Learning."]
231
  ],
232
  cache_examples=False
 
42
  </search>
43
  ```
44
 
45
+ Note: use these "```" both at start and end when using <search> command. Strictly follow to format. No changes.
46
 
47
  **Termination Conditions:**
48
  - Exhaust all logical search avenues before finalizing answers.
 
226
  description="Advanced AI assistant with web search capabilities",
227
  examples=[
228
  ["Tell me about recent deepseek opensource projects. There were opensource week or something like that"],
229
+ ["I need to cook something, give me simple receipts. Something related to fastfood. Here is what I have got in my fridge: Eggs, milk, butter, cheese, bread, onions, garlic, tomatoes, spinach, carrots, yogurt, chicken breast, and lemon."],
230
  ["Write a report document on theme: The Role of Artificial Intelligence in Enhancing Personalized Learning."]
231
  ],
232
  cache_examples=False