mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
Changes production url
This commit is contained in:
committed by
Vignesh Subbiah
parent
d78c6a6862
commit
336f76baa9
@@ -4,7 +4,7 @@ import { Anthropic } from "@anthropic-ai/sdk"
|
|||||||
import { ApiHandler } from "../index"
|
import { ApiHandler } from "../index"
|
||||||
|
|
||||||
export class UnboundHandler implements ApiHandler {
|
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
|
private options: ApiHandlerOptions
|
||||||
|
|
||||||
constructor(options: ApiHandlerOptions) {
|
constructor(options: ApiHandlerOptions) {
|
||||||
|
|||||||
Reference in New Issue
Block a user