Skip to content

Commit

Permalink
Add GPT-4o to AvailableModels enum in index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Royal-lobster committed May 14, 2024
1 parent da19a38 commit 98d865a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/settings/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export enum ThemeOptions {
export enum AvailableModels {
GPT_4_TURBO = 'gpt-4-turbo',
GPT_4 = 'gpt-4',
GPT_4o = 'gpt-4o',
GPT_3_5_TURBO = 'gpt-3.5-turbo',
}

Expand Down

0 comments on commit 98d865a

Please sign in to comment.