feat: add reasoning model (#750)
Co-authored-by: Matt Apperson <me@mattapperson.com>
This commit is contained in:
parent
76804269c4
commit
c61d4f91d4
19 changed files with 342 additions and 209 deletions
|
|
@ -1,6 +1,9 @@
|
|||
# Get your OpenAI API Key here: https://platform.openai.com/account/api-keys
|
||||
# Get your OpenAI API Key here for chat models: https://platform.openai.com/account/api-keys
|
||||
OPENAI_API_KEY=****
|
||||
|
||||
# Get your Fireworks AI API Key here for reasoning models: https://fireworks.ai/account/api-keys
|
||||
FIREWORKS_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