mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 22:03:45 +00:00
Rename to vercel-ai-gateway for clarity
This commit is contained in:
parent
9860ee86f3
commit
65eb738c90
9 changed files with 136 additions and 136 deletions
|
|
@ -150,7 +150,7 @@ async function fetchAiGatewayModels(): Promise<Model<any>[]> {
|
|||
name: model.name || model.id,
|
||||
api: "anthropic-messages",
|
||||
baseUrl: AI_GATEWAY_BASE_URL,
|
||||
provider: "ai-gateway",
|
||||
provider: "vercel-ai-gateway",
|
||||
reasoning: tags.includes("reasoning"),
|
||||
input,
|
||||
cost: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue