mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Updates to prod url
This commit is contained in:
parent
915d173720
commit
286386315e
1 changed files with 1 additions and 1 deletions
|
|
@ -1943,7 +1943,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
|
|||
|
||||
const models: Record<string, ModelInfo> = {}
|
||||
try {
|
||||
const response = await axios.get("http://localhost:8787/models")
|
||||
const response = await axios.get("https://api.getunbound.ai/models")
|
||||
|
||||
if (response.data) {
|
||||
const rawModels: Record<string, any> = response.data
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue