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

feat: Allow to pass a custom model in OpenAI RealtimeClient #654

Merged
merged 1 commit into from
Feb 26, 2025

Conversation

davidmigloz
Copy link
Owner

@davidmigloz davidmigloz commented Feb 26, 2025

final client = RealtimeClient(
  apiKey: Platform.environment['OPENAI_API_KEY'],
);
await client.connect(model: 'gpt-4o-mini-realtime-preview');

@davidmigloz davidmigloz self-assigned this Feb 26, 2025
@davidmigloz davidmigloz added t:enhancement New feature or request p:openai_realtime_dart openai_realtime_dart package labels Feb 26, 2025
@davidmigloz davidmigloz added this to the Next release milestone Feb 26, 2025
@davidmigloz davidmigloz merged commit 60feae4 into main Feb 26, 2025
3 checks passed
@davidmigloz davidmigloz deleted the realtime-model branch February 26, 2025 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p:openai_realtime_dart openai_realtime_dart package t:enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant