Final_Assignment_Template / __pycache__ /agent.cpython-39.pyc

Commit History

update
66f6a5c

Paperbag commited on

feat: Add image and video analysis tools using Groq Vision, integrate file attachment handling into the agent, and configure VS Code Python settings.
abeecf3

Paperbag commited on

Refactor web_search function to remove max_results parameter and default to 5 results in DuckDuckGo search.
5a3ef53

Paperbag commited on

add wiki tool
886e483

Paperbag commited on

Refactor agent.py to remove the get_image_file tool and update app copy.py to process and print multiple questions from the API response.
4f044cc

Paperbag commited on

update model
2792bbf

Paperbag commited on

strip
99bae82

Paperbag commited on

Add placeholder function for image file retrieval in agent.py
77401f1

Paperbag commited on

Update Hugging Face model repository in agent.py to use DeepSeek-R1-0528 for improved text generation.
3970751

Paperbag commited on

fixing empty output
7eed104

Paperbag commited on

Refactor answer_message function to prepend a SystemMessage for context, handle tool calls more robustly, and ensure final responses are generated without tool invocation. This enhances the overall response accuracy and flow.
4855d18

Paperbag commited on