mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-25 12:22:58 +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
|
//At the moment is evaluating only models from OpenAI
|
||||||
switch (model) {
|
switch (model) {
|
||||||
case "gpt-3.5-turbo":
|
case "gpt-3.5-turbo":
|
||||||
return 500;
|
return 750;
|
||||||
case "gpt-3.5-turbo-16k":
|
case "gpt-3.5-turbo-16k":
|
||||||
return 2000;
|
return 2000;
|
||||||
case "gpt-4":
|
case "gpt-4":
|
||||||
return 1000;
|
return 1000;
|
||||||
default:
|
default:
|
||||||
return 250;
|
return 500;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user