Skip to content

Commit

Permalink
update openai models
Browse files Browse the repository at this point in the history
  • Loading branch information
samlhuillier committed May 23, 2024
1 parent fb8f9a8 commit 94ffbd2
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions src/components/Settings/ExtraModals/OpenAISetup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,39 +71,23 @@ const OpenAISetupModal: React.FC<OpenAISetupModalProps> = ({
const openAIDefaultModels: OpenAILLMConfig[] = [
{
contextLength: 16385,
modelName: "gpt-3.5-turbo-0125",
engine: "openai",
type: "openai",
apiKey: "",
apiURL: "",
},
{
contextLength: 16385,
modelName: "gpt-3.5-turbo-1106",
engine: "openai",
type: "openai",
apiKey: "",
apiURL: "",
},
{
contextLength: 8192,
modelName: "gpt-4-0613",
modelName: "gpt-3.5-turbo",
engine: "openai",
type: "openai",
apiKey: "",
apiURL: "",
},
{
contextLength: 128000,
modelName: "gpt-4-0125-preview",
modelName: "gpt-4o",
engine: "openai",
type: "openai",
apiKey: "",
apiURL: "",
},
{
contextLength: 128000,
modelName: "gpt-4-1106-preview",
modelName: "gpt-4-turbo",
engine: "openai",
type: "openai",
apiKey: "",
Expand Down

0 comments on commit 94ffbd2

Please sign in to comment.