Skip to content

Commit 7a11f4f

Browse files
authored
Merge pull request #4664 from continuedev/nate/hotfix
Nate/hotfix
2 parents 6a36984 + 82e61cc commit 7a11f4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: core/config/yaml/models.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async function modelConfigToBaseLLM(
3939

4040
let options: LLMOptions = {
4141
...rest,
42-
contextLength: model.defaultCompletionOptions?.contextLength ?? undefined,
42+
// contextLength: model.defaultCompletionOptions?.contextLength ?? undefined,
4343
completionOptions: {
4444
...(model.defaultCompletionOptions ?? {}),
4545
model: model.model,

Diff for: extensions/vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "continue",
33
"icon": "media/icon.png",
44
"author": "Continue Dev, Inc",
5-
"version": "1.1.10",
5+
"version": "1.1.11",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/continuedev/continue"

0 commit comments

Comments
 (0)