We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 915d173 commit 2863863Copy full SHA for 2863863
src/core/webview/ClineProvider.ts
@@ -1943,7 +1943,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
1943
1944
const models: Record<string, ModelInfo> = {}
1945
try {
1946
- const response = await axios.get("http://localhost:8787/models")
+ const response = await axios.get("https://api.getunbound.ai/models")
1947
1948
if (response.data) {
1949
const rawModels: Record<string, any> = response.data
0 commit comments