mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 04:02:21 +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
|
|
@ -601,7 +601,7 @@ describe("Generate E2E Tests", () => {
|
|||
describe.skipIf(!process.env.AI_GATEWAY_API_KEY)(
|
||||
"Vercel AI Gateway Provider (google/gemini-2.5-flash via OpenAI Completions)",
|
||||
() => {
|
||||
const llm = getModel("ai-gateway", "google/gemini-2.5-flash");
|
||||
const llm = getModel("vercel-ai-gateway", "google/gemini-2.5-flash");
|
||||
|
||||
it("should complete basic text generation", { retry: 3 }, async () => {
|
||||
await basicTextGeneration(llm);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue