Skip to content

Commit

Permalink
Update model
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaototi committed Apr 13, 2024
1 parent b2d00ea commit 5288d03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/config/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,21 @@ func loadModels() {
"gpt-4-32k": openai.GPT432K,
"gpt-4-0613": openai.GPT40613,
"gpt-4-0314": openai.GPT40314,
"gpt-4-turbo": openai.GPT4Turbo,
"gpt-4-turbo-2024-04-09": openai.GPT4Turbo20240409,
"gpt-4-turbo-0125": openai.GPT4Turbo0125,
"gpt-4-turbo-1106": openai.GPT4Turbo1106,
"gpt-4-1106-preview": openai.GPT4TurboPreview,
"gpt-4-vision-preview": openai.GPT4VisionPreview,
"gpt-4": openai.GPT4,
"gpt-3.5-turbo-0125": openai.GPT3Dot5Turbo0125,
"gpt-3.5-turbo-1106": openai.GPT3Dot5Turbo1106,
"gpt-4.5-turbo-0613": openai.GPT3Dot5Turbo0613,
"gpt-3.5-turbo-0301": openai.GPT3Dot5Turbo0301,
"gpt-3.5-turbo-16k": openai.GPT3Dot5Turbo16K,
"gpt-3.5-turbo-16k-0613": openai.GPT3Dot5Turbo16K0613,
"gpt-3.5-turbo": openai.GPT3Dot5Turbo,
"gpt-3.5-turbo-instruct": openai.GPT3Dot5TurboInstruct,
}
ImageModels = map[string]string{
"dall-e-2": openai.CreateImageModelDallE2,
Expand Down

0 comments on commit 5288d03

Please sign in to comment.