From 336f76baa953fd0d159c3a10f94375eb5d010fca Mon Sep 17 00:00:00 2001 From: Pugazhendhi Date: Thu, 23 Jan 2025 17:53:03 +0530 Subject: [PATCH] Changes production url --- src/api/providers/unbound.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/providers/unbound.ts b/src/api/providers/unbound.ts index 5e39798..c88e034 100644 --- a/src/api/providers/unbound.ts +++ b/src/api/providers/unbound.ts @@ -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) {