Hacker News new | past | comments | ask | show | jobs | submit login

Well, this knows when to stop calling GPT-4, which seems non-trivial.



ChatGPT does this automatically, if you pass in `function_call: "auto"`


How 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.


It 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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: