Skip to content

Commit f86992a

Browse files
committed
set default devchat proxy url
1 parent 934bae9 commit f86992a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/toolwrapper/devchat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class DevChat {
151151
let openAiApiBase: string | undefined = undefined;
152152
if (apiKey?.startsWith("dc-")) {
153153
// TODO add devchat proxy
154-
openAiApiBase = "";
154+
openAiApiBase = "https://xw4ymuy6qj.ap-southeast-1.awsapprunner.com/api/v1";
155155
}
156156

157157
if (vscode.workspace.getConfiguration('DevChat').get('API_ENDPOINT')) {

0 commit comments

Comments
 (0)