We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0cbb46 + c373383 commit 35c2d1bCopy full SHA for 35c2d1b
core/config/load.ts
@@ -486,7 +486,7 @@ async function intermediateToFinalConfig({
486
const cls = LLMClasses.find((c) => c.providerName === name);
487
if (cls) {
488
const llmOptions: LLMOptions = {
489
- model: params?.model,
+ model: params?.model ?? "UNSPECIFIED",
490
...params,
491
};
492
return new cls(llmOptions);
extensions/vscode/package.json
@@ -2,7 +2,7 @@
2
"name": "continue",
3
"icon": "media/icon.png",
4
"author": "Continue Dev, Inc",
5
- "version": "1.1.27",
+ "version": "1.1.28",
6
"repository": {
7
"type": "git",
8
"url": "https://github.com/continuedev/continue"
0 commit comments