Skip to content

Commit

Permalink
feat: support gpt4
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangsx committed Jul 5, 2023
1 parent ae21343 commit 73c82a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions model/better/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ export class Better extends Chat {
switch (model) {
case ModelType.GPT3p5_16k:
return 15000;
case ModelType.GPT4:
return 5000;
case ModelType.GPT3p5Turbo:
return 4000;
default:
Expand Down

0 comments on commit 73c82a9

Please sign in to comment.