feat: update providers (#881)
This commit is contained in:
parent
9058240e10
commit
7811c0f7fb
11 changed files with 122 additions and 108 deletions
|
|
@ -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=****
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue