OpenAI: Streaming is now available in the Assistants API
platform.openai.com
OpenAI: Streaming is now available in the Assistants API
1–10 of 89 posts
Re: OpenAI: Streaming is now available in the Assistants API
#2Has anyone put out a voice-to-text interface for OpenAI? Or anything in the Ollama-verse?
Re: OpenAI: Streaming is now available in the Assistants API
#3Has anyone put out a voice-to-text interface for OpenAI? Or anything in the Ollama-verse?
There’s whisper.
Re: OpenAI: Streaming is now available in the Assistants API
#4Sigh another week lost to the void
Re: OpenAI: Streaming is now available in the Assistants API
#5Sigh another week lost to the void
Elaborate?
Re: OpenAI: Streaming is now available in the Assistants API
#6Finally! I've been using the assistants api in building an ai mock interviewer (https://comp.lol) but the responses were painfully slow when using the latest iterations of the gpt-4 model. This will make things so much more responsive
Re: OpenAI: Streaming is now available in the Assistants API
#7Finally! I've been using the assistants api in building an ai mock interviewer ( https://comp.lol ) but the responses were painfully slow when using the latest iterations of the gpt-4 model. This will make things so much more responsive
I'd still want to see the entire response all at once. Having it stream in while I read it would be very distracting and make it difficult for me to read.
Re: OpenAI: Streaming is now available in the Assistants API
#8I thought this was about making the OpenAI app available as a digital assistant on Android, as a replacement to Google.
Oh well..
Re: OpenAI: Streaming is now available in the Assistants API
#9Any way to have a consistent system prompt across queries without sending it (and using tokens) for each completion?
Re: OpenAI: Streaming is now available in the Assistants API
#10Any way to have a consistent system prompt across queries without sending it (and using tokens) for each completion?
The Assistant API handles that, it has the system prompt as part of the assistant that you interact with.