opengpts icon indicating copy to clipboard operation
opengpts copied to clipboard

Why do function calling fail in demo?

Open ljch2018 opened this issue 1 year ago • 3 comments

image

ljch2018 avatar Nov 20 '23 07:11 ljch2018

I had tried many times.

ljch2018 avatar Nov 20 '23 07:11 ljch2018

same; issue persists across all tools.

@ljch2018 have you got it working locally?

cwmdo avatar Nov 20 '23 17:11 cwmdo

@cwmdo this issue across all tools tends to happen either (1) because a local environment variable is missing (e.g. credentials for one of the tools) or (2) because a dependency is missing. There are additional dependencies that are required, outside of the requirements.txt file in the repo. This has been my experience. Commenting out tools that are not being used and monitoring for errors in the shell to trace which dependencies are missing (i.e. which dependencies need to be installed) solved these problems for me. Indeed, I've been able to get it working locally without issue.

wazimmerman avatar Nov 22 '23 05:11 wazimmerman