Major API update landed #106
Closed
brainlid
announced in
Announcements
Replies: 1 comment
-
This is now published as v0.2.0 |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
A lot of work went into PR #105. It was merged to
main
.It presents some breaking changes that application code needs to be updated for. Please try it out, ask questions, and help me write a migration guide for people. The changes were required because OpenAI has listed the "function" approach as deprecated on their API's for some time.
I'm not clear on how many people are using it beyond just experimental play besides myself. I'm happy to help people figure out the changes they need to make.
The short of it is, all the changes to my code were around functions -> tools. How I handled receiving a function call and returning a function's result.
Beta Was this translation helpful? Give feedback.
All reactions