mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-14 17:03:29 +03:00
feat(tokens): increased to 500 min
This commit is contained in:
parent
1593c3342c
commit
5411a65d1d
@ -4,12 +4,12 @@ export const defineMaxTokens = (model: Model | PaidModels): number => {
|
||||
//At the moment is evaluating only models from OpenAI
|
||||
switch (model) {
|
||||
case "gpt-3.5-turbo":
|
||||
return 500;
|
||||
return 750;
|
||||
case "gpt-3.5-turbo-16k":
|
||||
return 2000;
|
||||
case "gpt-4":
|
||||
return 1000;
|
||||
default:
|
||||
return 250;
|
||||
return 500;
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user