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

modify constructor to allow specifying model to use #90

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

Conversation

michitomo
Copy link

Close #89

Issue:

  • It won't allow using other models than the hardcoded model gpt-4o-realtime-preview-2024-10-01
  • A new model gpt-4o-realtime-preview-2024-12-17 has been released with lower price.
  • Alias gpt-4o-realtime-preview is also available

Expected:

  • Library consumers should be able to specify models they choose
  • The library should point model alias instead of a specific dated model

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.

Model gpt-4o-realtime-preview-2024-10-01 should not be hardcoded
2 participants