Skip to content

Commit 2863863

Browse files
committed
Updates to prod url
1 parent 915d173 commit 2863863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/webview/ClineProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1943,7 +1943,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
19431943

19441944
const models: Record<string, ModelInfo> = {}
19451945
try {
1946-
const response = await axios.get("http://localhost:8787/models")
1946+
const response = await axios.get("https://api.getunbound.ai/models")
19471947

19481948
if (response.data) {
19491949
const rawModels: Record<string, any> = response.data

0 commit comments

Comments
 (0)