Skip to content

Commit

Permalink
Fix seed data so imports work.
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Oct 17, 2024
1 parent 726f3a1 commit 0fc572b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions AiServer/seed/ai-providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"id": 1,
"name": "openrouter",
"apiTypeId": 2,
"aiTypeId": "OpenRouter",
"apiKeyVar": "OPENROUTER_API_KEY",
"HeartbeatUrl": "https://openrouter.ai/api/v1/auth/key",
"concurrency": 1,
Expand Down Expand Up @@ -101,7 +101,7 @@
{
"id": 2,
"name": "openrouter-free",
"apiTypeId": 3,
"aiTypeId": "OpenRouter Free",
"apiKeyVar": "OPENROUTER_API_KEY",
"concurrency": 1,
"priority": 1,
Expand Down Expand Up @@ -139,7 +139,7 @@
{
"id": 3,
"name": "openai",
"apiTypeId": 4,
"aiTypeId": "Open AI",
"apiKeyVar": "OPENAI_API_KEY",
"concurrency": 1,
"priority": 0,
Expand Down Expand Up @@ -168,7 +168,7 @@
{
"id": 4,
"name": "mistral",
"apiTypeId": 5,
"aiTypeId": "Mistral AI",
"apiKeyVar": "MISTRAL_API_KEY",
"concurrency": 1,
"priority": 0,
Expand Down Expand Up @@ -200,7 +200,7 @@
{
"id": 5,
"name": "google",
"apiTypeId": 6,
"aiTypeId": "Google Cloud",
"apiKeyVar": "GOOGLE_API_KEY",
"concurrency": 1,
"priority": 0,
Expand All @@ -223,7 +223,7 @@
{
"id": 6,
"name": "groq",
"apiTypeId": 7,
"aiTypeId": "GroqCloud",
"apiKeyVar": "GROQ_API_KEY",
"concurrency": 1,
"priority": 2,
Expand Down

0 comments on commit 0fc572b

Please sign in to comment.