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
|
|
@ -18,7 +18,8 @@
|
|||
"db:up": "drizzle-kit up"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/openai": "1.0.19",
|
||||
"@ai-sdk/fireworks": "^0.1.8",
|
||||
"@ai-sdk/openai": "1.1.9",
|
||||
"@codemirror/lang-javascript": "^6.2.2",
|
||||
"@codemirror/lang-python": "^6.1.6",
|
||||
"@codemirror/state": "^6.5.0",
|
||||
|
|
@ -37,7 +38,7 @@
|
|||
"@vercel/analytics": "^1.3.1",
|
||||
"@vercel/blob": "^0.24.1",
|
||||
"@vercel/postgres": "^0.10.0",
|
||||
"ai": "4.1.1",
|
||||
"ai": "4.1.17",
|
||||
"bcrypt-ts": "^5.0.2",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"classnames": "^2.5.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue