feat: update providers (#881)

This commit is contained in:
Jeremy 2025-03-20 14:10:45 -07:00 committed by GitHub
parent 9058240e10
commit 7811c0f7fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 122 additions and 108 deletions

View file

@ -1,11 +1,11 @@
# Get your xAI API Key here for chat models: https://console.x.ai/
XAI_API_KEY=****
# Get your OpenAI API Key here for chat models: https://platform.openai.com/account/api-keys
OPENAI_API_KEY=****
# Get your Groq API Key here for reasoning models: https://console.groq.com/keys
GROQ_API_KEY=****
# Get your Fireworks AI API Key here for reasoning models: https://fireworks.ai/account/api-keys
FIREWORKS_API_KEY=****
# Get your Fal AI API Key here for image models: https://docs.fal.ai/authentication/key-based
FAL_API_KEY=****
# Generate a random secret: https://generate-secret.vercel.app/32 or `openssl rand -base64 32`
AUTH_SECRET=****