Skip to content

Commit

Permalink
Add new OpenAI models to AutoComplete
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Nov 11, 2023
1 parent 45d2b42 commit 607eb4e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ public final class ModelSettings
public enum OpenAiModel
{
GPT_3_5_TURBO("gpt-3.5-turbo", true),
GPT_3_5_TURBO_1106("gpt-3.5-turbo-1106", true),
GPT_3_5_TURBO_0613("gpt-3.5-turbo-0613", true),
GPT_3_5_TURBO_0301("gpt-3.5-turbo-0301", true),
GPT_3_5_TURBO_16K("gpt-3.5-turbo-16k", true),
GPT_3_5_TURBO_16K_0613("gpt-3.5-turbo-16k-0613", true),
GPT_4("gpt-4", true),
GPT_4_1106_PREVIEW("gpt-4-1106-preview", true),
GPT_4_0613("gpt-4-0613", true),
GPT_4_0314("gpt-4-0314", true),
GPT_4_32K("gpt-4-32k", true),
Expand Down

0 comments on commit 607eb4e

Please sign in to comment.