Releases: redevrx/chat_gpt_sdk
Releases · redevrx/chat_gpt_sdk
3.1.0
3.0.9
3.0.8
3.0.7
3.0.4
3.0.3
3.0.1
- Audio
- Fix create transcribes error
- Create speech
- Embedding
- Add new Model
- Thread
- Create a thread.
- Retrieves a thread.
- Modifies a thread.
- Delete a thread.
- Message
- Create a message.
- List messages
- List message files
- Retrieve message
- Retrieve message file
- Modify message
- Run
- Create a run.
- Create a thread and run it in one request.
- List runs
- List run steps
- Retrieves a run.
- Retrieve run step
- Modifies a run.
- Submit tool outputs to run
- Cancel a run
2.2.8
What's Changed
- Fix typo token in readme file by @VincentEngel in #76
- Fix sse bad state close by @gamestap99 in #79
- Implement custom OpenAI endpoint for issue #33 by @wliu6v in #77
- fix #69: sse not work as intended by @wliu6v in #78
- fix parse exception when sse stream returns incomplete data by @wliu6v in #80
- fix #69: missing first word in sse response for example_app by @wliu6v in #81
New Contributors
- @VincentEngel made their first contribution in #76
- @gamestap99 made their first contribution in #79
- @wliu6v made their first contribution in #77
Full Changelog: 2.5.6...2.2.8