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

Update README.md #9

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

Conversation

Adding `-0613` to the model per OpenAI stating that those models have the function calling capabilities.
https://openai.com/blog/function-calling-and-other-api-updates
@kevinkhill
Copy link
Author

I don't know if you want to provide a constant for end-users, but this is how I keep it straight in my projects:

export const GPT_35_TURBO = "gpt-3.5-turbo";
export const GPT_35_TURBO_WITH_FNS = `${GPT_35_TURBO}-0613`;

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.

1 participant