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 8, 2024
1 parent a764751 commit 10ade55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 = 'meta-llama/llama-2-13b-chat',
GPT_3_5 = 'cognitivecomputations/dolphin-mixtral-8x7b',

}

Expand Down

0 comments on commit 10ade55

Please sign in to comment.