xd11yggy commited on
Commit
aa2aeed
Β·
verified Β·
1 Parent(s): fcc06bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -224,14 +224,13 @@ demo = gr.ChatInterface(
224
  gr.Slider(minimum=0.1, maximum=1.0, value=0.85, step=0.05, label="Top-p"),
225
  gr.Textbox(label="OpenRouter API Key", type="password")
226
  ],
227
- title="Web Research Agent πŸ€–",
228
- description="Advanced AI assistant with web search capabilities",
229
  examples=[
230
  ["Tell me about recent deepseek opensource projects. There were opensource week or something like that"],
231
  ["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."],
232
  ["Write a report document on theme: The Role of Artificial Intelligence in Enhancing Personalized Learning."]
233
- ],
234
- cache_examples=False
235
  )
236
 
237
  if __name__ == "__main__":
 
224
  gr.Slider(minimum=0.1, maximum=1.0, value=0.85, step=0.05, label="Top-p"),
225
  gr.Textbox(label="OpenRouter API Key", type="password")
226
  ],
227
+ title="Perplexity pro version",
228
+ description="Advanced AI assistant with step by step web search capabilities",
229
  examples=[
230
  ["Tell me about recent deepseek opensource projects. There were opensource week or something like that"],
231
  ["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."],
232
  ["Write a report document on theme: The Role of Artificial Intelligence in Enhancing Personalized Learning."]
233
+ ]
 
234
  )
235
 
236
  if __name__ == "__main__":