We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Not able to run the agent. Its failing with "Please enable function calling before using the agent." My config is as follow
model: openai function_calling: true clients: - type: openai api_key: <My api key> supports_function_calling: true
command I am running
.agent todo
The text was updated successfully, but these errors were encountered:
@amolkhatri Does <aichat-config-dir>/functions/functions.json exist?
<aichat-config-dir>/functions/functions.json
If not, add tools.txt and run argc build. ( see more details at https://github.com/sigoden/llm-functions)
tools.txt
argc build
Sorry, something went wrong.
Worked. Thanks.
However, I think ReadMe.md should specify that user needs to add function_calling: true in config.yml for enabling function calling.
#812 soved this.
No branches or pull requests
Describe the bug
Not able to run the agent. Its failing with "Please enable function calling before using the agent." My config is as follow
command I am running
.agent todo
The text was updated successfully, but these errors were encountered: