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

Add ability to set realtime model #103

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mandryllo
Copy link

@mandryllo mandryllo commented Feb 27, 2025

This PR:

  • fixes hardcoded model selection when used in nodejs
  • adds ability to set model when instantiating a new client
  • adds ability to set model when connecting to a client (will override the one set when instantiating a client)

It didn't add ability to set model when using updateSession because per documentation model shouldn't be changed in session.update event.

Example:

const client = new RealtimeClient({ model: 'gpt-4o-realtime-preview' });
...
client.connect({ model: 'gpt-4o-mini-realtime-preview' });

@devpras22
Copy link

wow finally it works! awesome @mandryllo you made my day!

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

Successfully merging this pull request may close these issues.

2 participants