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 support for gpt-4-turbo model type #194

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

Conversation

codeautopilot[bot]
Copy link

@codeautopilot codeautopilot bot commented Apr 23, 2024

Resolves #193

This PR updates the getModel function to include support for the 'gpt-4-turbo' model type, allowing the function to instantiate the OpenAI class with this new model.

Copy link

what-the-diff bot commented Apr 23, 2024

PR Summary

  • Enhancement: Support for 'gpt-4-turbo' Language Model
    This update introduces an enhancement to the getModel function within the model.js module by adding support for the 'gpt-4-turbo' language model. In simpler terms, our system can now understand and work with the 'gpt-4-turbo' model, expanding its capabilities and potentially improving overall performance.

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.

Add support for gpt-4-turbo
0 participants