Update app.py
Browse files
app.py
CHANGED
@@ -343,6 +343,8 @@ class GradioUI:
|
|
343 |
with gr.Blocks(theme="ocean", fill_height=True) as demo:
|
344 |
gr.Markdown("""# open Deep Research - free the AI agents!
|
345 |
|
|
|
|
|
346 |
_Built with [smolagents](https://github.com/huggingface/smolagents)_
|
347 |
|
348 |
OpenAI just published [Deep Research](https://openai.com/index/introducing-deep-research/), a very nice assistant that can perform deep searches on the web to answer user questions.
|
|
|
343 |
with gr.Blocks(theme="ocean", fill_height=True) as demo:
|
344 |
gr.Markdown("""# open Deep Research - free the AI agents!
|
345 |
|
346 |
+
[Groq][https://groq.com/] llama-3.3-70b-versatile - Please duplicate space(this always will be rate-limited) + DuckDuckGo
|
347 |
+
|
348 |
_Built with [smolagents](https://github.com/huggingface/smolagents)_
|
349 |
|
350 |
OpenAI just published [Deep Research](https://openai.com/index/introducing-deep-research/), a very nice assistant that can perform deep searches on the web to answer user questions.
|