Skip to content

Commit

Permalink
add GPT3Dot5Turbo0125 model
Browse files Browse the repository at this point in the history
  • Loading branch information
liushuangls committed Feb 2, 2024
1 parent 06ff541 commit e263913
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const (
GPT4TurboPreview = "gpt-4-turbo-preview"
GPT4VisionPreview = "gpt-4-vision-preview"
GPT4 = "gpt-4"
GPT3Dot5Turbo0125 = "gpt-3.5-turbo-0125"
GPT3Dot5Turbo1106 = "gpt-3.5-turbo-1106"
GPT3Dot5Turbo0613 = "gpt-3.5-turbo-0613"
GPT3Dot5Turbo0301 = "gpt-3.5-turbo-0301"
Expand Down Expand Up @@ -75,6 +76,7 @@ var disabledModelsForEndpoints = map[string]map[string]bool{
GPT3Dot5Turbo0301: true,
GPT3Dot5Turbo0613: true,
GPT3Dot5Turbo1106: true,
GPT3Dot5Turbo0125: true,
GPT3Dot5Turbo16K: true,
GPT3Dot5Turbo16K0613: true,
GPT4: true,
Expand Down

0 comments on commit e263913

Please sign in to comment.