Update app.py
Browse files
app.py
CHANGED
@@ -358,6 +358,8 @@ class GradioUI:
|
|
358 |
with gr.Blocks(theme="ocean", fill_height=True) as demo:
|
359 |
gr.Markdown("""# open Deep Research - free the AI agents!
|
360 |
|
|
|
|
|
361 |
DuckDuckGo + [Groq](https://groq.com/) llama-3.3-70b-versatile + 日本語訳(gemma2-27b-it) Please duplicate space(for avoid rate-limit)
|
362 |
|
363 |
_Built with [smolagents](https://github.com/huggingface/smolagents)_
|
|
|
358 |
with gr.Blocks(theme="ocean", fill_height=True) as demo:
|
359 |
gr.Markdown("""# open Deep Research - free the AI agents!
|
360 |
|
361 |
+
It usually fails when I ask simple questions to Groq because of the **6000 token limit.**
|
362 |
+
|
363 |
DuckDuckGo + [Groq](https://groq.com/) llama-3.3-70b-versatile + 日本語訳(gemma2-27b-it) Please duplicate space(for avoid rate-limit)
|
364 |
|
365 |
_Built with [smolagents](https://github.com/huggingface/smolagents)_
|