mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changes production url
This commit is contained in:
parent
d78c6a6862
commit
336f76baa9
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import { Anthropic } from "@anthropic-ai/sdk"
|
|||
import { ApiHandler } from "../index"
|
||||
|
||||
export class UnboundHandler implements ApiHandler {
|
||||
private unboundBaseUrl: string = "https://ai-gateway-43843357113.us-west1.run.app/v1"
|
||||
private unboundBaseUrl: string = "https://api.getunbound.ai/v1"
|
||||
private options: ApiHandlerOptions
|
||||
|
||||
constructor(options: ApiHandlerOptions) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue