Gr1ntch/First_agent_template
Update app.py
Update app.py
fix typo in model name
change model to Gemini
reduce content to be truncated to fit into rate limit
Add re package import
Reduce max_steps and max_tokens to bypass rate limits on Groq
fix typo error in model name
Update app.py
Update app.py
change HF inference to LiteLLM
Add litellm to package list
Update app.py
Update app.py
Update app.py
change model iD to Gemma
Update app.py
Update agent.json
Update app.py
Update app.py
Update app.py
Add the difference_btw_two_numbers function directly to tools list instead of calling
Update app.py
Update app.py
temporarily remove difference from tools list
fix for argument error during build in container
Add difference tool (#1)
Add difference tool to tools list
fix incorrect tool name instance call
Add VisitWebPageTool to agent tools list
Update requirements.txt
Update README.md (#287)
Suggest using endpoint if agent is not answering
Update app.py to fix a typo in function definition (#26)
Update app.py
Update app.py
switch model cause qwen is too overloaded.
Update README.md
Update README.md
Update app.py
Update app.py
Update app.py
Update app.py
Create Gradio_UI.py
Upload tool
Upload tool
Upload tool
Upload tool
Upload tool
Update requirements.txt
