opengpts
opengpts copied to clipboard
Why do function calling fail in demo?
I had tried many times.
same; issue persists across all tools.
@ljch2018 have you got it working locally?
@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.