Skip to content

Conversation

kevinkhill
Copy link

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