Skip to content

Commit

Permalink
Update openai.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
comeback01 authored Jan 7, 2024
1 parent 7894888 commit 36b961c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/openai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface OpenAIModel {
}

export enum OpenAIModelID {
GPT_3_5 = 'togethercomputer/llama-2-13b-chat',
GPT_3_5 = 'mistralai/Mistral-7B-Instruct-v0.2',

}

Expand All @@ -19,7 +19,7 @@ export const OpenAIModels: Record<OpenAIModelID, OpenAIModel> = {
[OpenAIModelID.GPT_3_5]: {
id: OpenAIModelID.GPT_3_5,
name: 'WebiChat',
maxLength: 4000,
maxLength: 32000,
tokenLimit: 2000,
},

Expand Down

0 comments on commit 36b961c

Please sign in to comment.