File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,19 @@ export const PROVIDER_TYPES = ["chat", "completion"] as const;
12
12
export const ALLOWED_COMPLETION_MODELS = [
13
13
{
14
14
regex : "^gpt-3.5-turbo-.*instruct" ,
15
- contextWindow : 4096 ,
15
+ contextWindow : 3500 ,
16
16
tokenizerUrl :
17
17
"https://cdn.jsdelivr.net/gh/flexpilot-ai/vscode-extension/tokenizers/cl100k_base.json" ,
18
18
} ,
19
19
{
20
20
regex : "^codestral-(?!.*mamba)" ,
21
- contextWindow : 32768 ,
21
+ contextWindow : 30000 ,
22
22
tokenizerUrl :
23
23
"https://cdn.jsdelivr.net/gh/flexpilot-ai/vscode-extension/tokenizers/codestral-v0.1.json" ,
24
24
} ,
25
25
{
26
26
regex : "^gpt-35-turbo-.*instruct" ,
27
- contextWindow : 4096 ,
27
+ contextWindow : 3500 ,
28
28
tokenizerUrl :
29
29
"https://cdn.jsdelivr.net/gh/flexpilot-ai/vscode-extension/tokenizers/cl100k_base.json" ,
30
30
} ,
You can’t perform that action at this time.
0 commit comments