File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import OpenAI from "../OpenAI.js";
11
11
12
12
import type { Chunk , LLMOptions } from "../../../index.js" ;
13
13
import { LLMConfigurationStatuses } from "../../constants.js" ;
14
+ import { LlmApiRequestType } from "../../openaiTypeConverters.js" ;
14
15
15
16
class ContinueProxy extends OpenAI {
16
17
set controlPlaneProxyInfo ( value : ControlPlaneProxyInfo ) {
@@ -23,6 +24,8 @@ class ContinueProxy extends OpenAI {
23
24
}
24
25
}
25
26
27
+ protected useOpenAIAdapterFor : ( LlmApiRequestType | "*" ) [ ] = [ ] ;
28
+
26
29
// The apiKey and apiBase are set to the values for the proxy,
27
30
// but we need to keep track of the actual values that the proxy will use
28
31
// to call whatever LLM API is chosen
Original file line number Diff line number Diff line change 2
2
"name" : " continue" ,
3
3
"icon" : " media/icon.png" ,
4
4
"author" : " Continue Dev, Inc" ,
5
- "version" : " 1.1.64 " ,
5
+ "version" : " 1.1.65 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/continuedev/continue"
You can’t perform that action at this time.
0 commit comments