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

Not a bug/issue but more like a feature request. #9

Open
Shakirsadiq6 opened this issue Jun 10, 2024 · 1 comment
Open

Not a bug/issue but more like a feature request. #9

Shakirsadiq6 opened this issue Jun 10, 2024 · 1 comment

Comments

@Shakirsadiq6
Copy link

Shakirsadiq6 commented Jun 10, 2024

As we are using the openai, sometimes the responses are long and the caller has to wait for the response to be completed. Could we use the streaming feature of the openai? If yes, how? I was trying to do it with the streaming feature but couldn’t achieve it correctly.

@sshh12
Copy link
Owner

sshh12 commented Jun 13, 2024

Definitely possible to at least stream the openai response into an TTS response (I do it in my project here https://github.com/sshh12/llm-chat-web-ui/tree/main/modal. However, not sure how well the twilio API would support something like that (although haven't looked).

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

No branches or pull requests

2 participants