Vercel ai gateway (#10)

* feat: use vercel ai gateway

* fix: correct response handling

* ci: add pipeline
This commit is contained in:
2025-10-11 15:07:54 +02:00
committed by GitHub
parent 99a04d2a3e
commit 017e538396
11 changed files with 1116 additions and 1003 deletions

View File

@@ -19,7 +19,7 @@
}
],
"paths": {
"@anthropic": ["./utils/anthropicClient.ts"],
"@aiGateway": ["./utils/aiGatewayClient.ts"],
"@components/*": ["./components/*"],
"@utils/*": ["./utils/*"],
"@consumer/*": ["./utils/consumer/*"],