Do we have to use the hooks also? #62
-
Firstly, thank you, guys, for the awesome job. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Yes definitely! You can use a regular |
Beta Was this translation helpful? Give feedback.
-
I had to use my own custom code on the front end in order to start playing around with OpenAI's new function calling capabilities. I've got an example of some of that front end code in my PR #154 |
Beta Was this translation helpful? Give feedback.
Yes definitely! You can use a regular
fetch(...)
on the client, and the response will have the plain text body with the AI response.