Skip to content

Commit 336f76b

Browse files
pugazhendhi-mvigneshsubbiah16
authored andcommitted
Changes production url
1 parent d78c6a6 commit 336f76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/providers/unbound.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Anthropic } from "@anthropic-ai/sdk"
44
import { ApiHandler } from "../index"
55

66
export class UnboundHandler implements ApiHandler {
7-
private unboundBaseUrl: string = "https://ai-gateway-43843357113.us-west1.run.app/v1"
7+
private unboundBaseUrl: string = "https://api.getunbound.ai/v1"
88
private options: ApiHandlerOptions
99

1010
constructor(options: ApiHandlerOptions) {

0 commit comments

Comments
 (0)