openai/openai-realtime-api-beta

Realtime API doesn't work with temperature lower than 0.6

Opened this issue · 3 comments

When I set the temperature to a value less than 0.6, the Realtime API cannot call any tools. Everything works fine with a temperature greater than 0.6.

Saved my day :)

I guess it's the API limitation. If you use the OpenAI's playground, the lowest temperature you can set is 0.6.

But I guess it's better to throw exception instead of ignoring the tool settings...

image

Any update ?

Does anyone know if this is been worked on? Will lower temperature be available in the close-future?