Browse Source

Feat [OpenAI] [Models] gpt-3.5-turbo-0125 (#3971)

- [+] feat(constant.ts): add new model 'gpt-3.5-turbo-0125' to DEFAULT_MODELS array
H0llyW00dzZ 1 year ago
parent
commit
1a97bd55c7
1 changed files with 9 additions and 0 deletions
  1. 9 0
      app/constant.ts

+ 9 - 0
app/constant.ts

@@ -213,6 +213,15 @@ export const DEFAULT_MODELS = [
       providerType: "openai",
     },
   },
+  {
+    name: "gpt-3.5-turbo-0125",
+    available: true,
+    provider: {
+      id: "openai",
+      providerName: "OpenAI",
+      providerType: "openai",
+    },
+  },
   {
     name: "gpt-3.5-turbo-0301",
     available: true,