Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for new openai features #252

Closed
KotlinFactory opened this issue Nov 6, 2023 · 9 comments · Fixed by #263
Closed

Add support for new openai features #252

KotlinFactory opened this issue Nov 6, 2023 · 9 comments · Fixed by #263
Assignees
Labels
enhancement New feature or request

Comments

@KotlinFactory
Copy link

Add support for new openai features:
https://openai.com/blog/new-models-and-developer-products-announced-at-devday

  • Assistant API
  • Json mode in responses
  • Multimodal gpt-4 api
@xetra11
Copy link

xetra11 commented Nov 8, 2023

Can you add a unstable/nightly track so we might be able to use this even tho some tests failed in the build pipeline? I am really sitting on hot potatoes right now using the new features 👯

@aallam
Copy link
Owner

aallam commented Nov 8, 2023

Can you add a unstable/nightly track so we might be able to use this even tho some tests failed in the build pipeline? I am really sitting on hot potatoes right now using the new features 👯

@xetra11 Sure! I will add this to the todo list. :) By the way, the latest snapshot release already includes the JSON mode and tool calls features :D

@xetra11
Copy link

xetra11 commented Nov 8, 2023

Can you add a unstable/nightly track so we might be able to use this even tho some tests failed in the build pipeline? I am really sitting on hot potatoes right now using the new features 👯

@xetra11 Sure! I will add this to the todo list. :) By the way, the latest snapshot release already includes the JSON mode and tool calls features :D

Oh where is that snapshot? I only see 3.5.1 which does not include the commit?

@aallam
Copy link
Owner

aallam commented Nov 8, 2023

Oh where is that snapshot? I only see 3.5.1 which does not include the commit?

Sorry forgot to share the link, latest release is 3.6.0-SNAPSHOT :)

@e4basil
Copy link

e4basil commented Nov 9, 2023

@aallam Could you add support for the new feature vision

@aallam
Copy link
Owner

aallam commented Nov 10, 2023

@e4basil, I've just added vision support! Please give it a try with version3.6.0-SNAPSHOT :)

@philipguin
Copy link

Hey, any chance we can get the "create speech" feature? Or perhaps it's hidden somewhere but not documented? It basically returns an array of bytes, which you can save to file as whatever extension and it'll just work.

@aallam
Copy link
Owner

aallam commented Nov 22, 2023

Hey, any chance we can get the "create speech" feature?

I will add it next :)

@aallam
Copy link
Owner

aallam commented Nov 24, 2023

Release 3.6.0 is now available! 🎉 please give it a try!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants