Discussions
Function Calling via Adacor API
7 days ago by Jess Howard
Hello, i am currently accessing the model llama-3-70b-32k using the private api. I am currently able to generate text without an issue however when i attempt to pass self written tools i recieve the following error response:
{
"object": "error",
"message": ""auto" tool choice requires --enable-auto-tool-choice and --tool-call-parser to be set",
"type": "BadRequestError",
"param": null,
"code": 400
}
Is it currently possible to pass tools when using the llama-3-70b-32k API and if so could you please provide the correct http request format to do this.