Merge pull request #3002 from pipecat-ai/mb/clarify-model-openai-realtime
Clarify how to set model in OpenAIRealtimeLLMService
This commit is contained in:
@@ -170,10 +170,8 @@ class SessionProperties(BaseModel):
|
|||||||
object: Object type identifier, always "realtime.session".
|
object: Object type identifier, always "realtime.session".
|
||||||
id: Unique identifier for the session.
|
id: Unique identifier for the session.
|
||||||
model: The Realtime model used for this session.
|
model: The Realtime model used for this session.
|
||||||
Note: The model is set at connection time via the WebSocket URL query
|
Note: The model is set at connection time via model arg in __init__
|
||||||
parameter and cannot be changed during the session. This field is populated
|
and cannot be changed during the session.
|
||||||
by the server in session.created and session.updated responses, but is effectively
|
|
||||||
a no-op for session.update requests.
|
|
||||||
output_modalities: The set of modalities the model can respond with.
|
output_modalities: The set of modalities the model can respond with.
|
||||||
instructions: System instructions for the assistant.
|
instructions: System instructions for the assistant.
|
||||||
audio: Configuration for input and output audio.
|
audio: Configuration for input and output audio.
|
||||||
|
|||||||
Reference in New Issue
Block a user