phidatahq / phidata

Build AI Assistants with memory, knowledge and tools.
https://docs.phidata.com
Mozilla Public License 2.0
11.23k stars 1.67k forks source link

Cant able to store content in the file using shell tools #978

Open vdsasi opened 4 months ago

vdsasi commented 4 months ago

image

I am using local model openhermes. I am able to get back response that file created successfully but the file content is not there as expected. I want to store the text 'testing' into the file test.txt but it didn't worked.

ysolanky commented 4 months ago

Hey @vdsasi. I am not able to reproduce this issue with GPT-4o as my LLM. It looks like openhermes is not sending the right params to the run_shell_command function

vdsasi commented 4 months ago

Hey @vdsasi. I am not able to reproduce this issue with GPT-4o as my LLM. It looks like openhermes is not sending the right params to the run_shell_command function

Do it works only with GPT-4o