-
Notifications
You must be signed in to change notification settings - Fork 881
feat: Chat completion supports multi-modal input (images and text). Text-to-speech supports streaming. (AEGHB-963) #464
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
Conversation
Text-to-speech supports streaming.
👋 Hello icyqwq, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
@leeebo Please add tag openai |
Hi @icyqwq thanks for your contribution, we will review it ASAP! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (3)
- components/openai/OpenAI.c: Language not supported
- components/openai/include/OpenAI.h: Language not supported
- components/openai/test_apps/main/test_openai.c: Language not supported
@icyqwq Since the OPENAI component has been modified, could you rebase onto the latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sha=fbe2376255fd8e14987718e93fcfc3ad260e332d
Text-to-speech supports streaming.
Description
message
function in chat completion now includes a newtype
parameter to specify the type of multi-modal input.Related
Testing
Chat completion
Streamed tts
Checklist
Before submitting a Pull Request, please ensure the following: