Gyaneshere commited on
Commit
67a28ee
·
verified ·
1 Parent(s): dc47a22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -352,8 +352,8 @@ When citing search results, mention the source, and ensure your answer reflects
352
  gr.Examples(
353
  examples=[
354
  "Explain how Llama 4 uses Mixture of Experts.",
355
- "Write a Python function to find composite numbers within a specific range.",
356
- "Summarize the key concepts of reinforcement learning."
357
  ],
358
  inputs=msg
359
  )
 
352
  gr.Examples(
353
  examples=[
354
  "Explain how Llama 4 uses Mixture of Experts.",
355
+ "Explain iRoPE architecture used in Llama 4 and its advantage.",
356
+ "How does Llama 4 family of models finds Needle in a Haystack faster than its predecessor."
357
  ],
358
  inputs=msg
359
  )