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 f595a18 commit a764751
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 = 'togethercomputer/llama-2-70b-chat',
GPT_3_5 = 'meta-llama/llama-2-13b-chat',

}

Expand Down

0 comments on commit a764751

Please sign in to comment.