Skip to content

Commit 2193601

Browse files
Merge pull request #5962 from continuedev/nate/vllm-use-completions
Support completions with proxy
2 parents fe7ff77 + b1dce27 commit 2193601

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

core/llm/llms/stubs/ContinueProxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class ContinueProxy extends OpenAI {
8585
}
8686

8787
supportsCompletions(): boolean {
88-
return false;
88+
return true;
8989
}
9090

9191
supportsFim(): boolean {

docs/docs/reference.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,8 +550,7 @@ models:
550550
- name: qwen2.5-coder-7b
551551
<<: *model_defaults
552552
model: qwen2.5-coder-7b
553-
env:
554-
useLegacyCompletionsEndpoint: false
553+
useLegacyCompletionsEndpoint: false
555554
roles:
556555
- autocomplete
557556
```

extensions/vscode/package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/vscode/package.json

Lines changed: 1 addition & 1 deletion
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.41",
5+
"version": "1.1.42",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/continuedev/continue"

gui/package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)