mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 06:22:28 +03:00
feat: update GPT4Turbo model name
Change GPT4Turbo enum from 'gpt-4-turbo-preview' to 'gpt-4-turbo' to reflect the transition of the model from preview to general availability. This update ensures our application references the correct model version in line with OpenAI's latest offerings.
This commit is contained in:
parent
a1b885b218
commit
25015edfb9
@ -7,7 +7,7 @@ export enum ModelKind {
|
||||
export enum OpenAIModelName {
|
||||
GPT35Turbo = 'gpt-3.5-turbo',
|
||||
GPT4 = 'gpt-4',
|
||||
GPT4Turbo = 'gpt-4-turbo-preview',
|
||||
GPT4Turbo = 'gpt-4-turbo',
|
||||
GPT4o = 'gpt-4o'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user