10 ms·
ChatGPT does this automatically, if you pass in `function_call: "auto"`
by wyozi 3y ago
ChatGPT does this automatically, if you pass in `function_call: "auto"`
- lukasb 3y agoHow would this work? Say I need multiple function calls to handle a user prompt. OpenAI will only supply one function call at a time. My understanding is that "auto" just lets it choose which function to call, but you still have to know that you need to call it multiple times, and when to stop.
- lgas 3y agoIt can make multiple function calls. For example I have it hooked up to edit word documents, and I can say "create a word document, add a paragraph describing yourself and then add title 'xyz'" and it will make three separate function calls to do this before responding saying that it's completed the task.