feat: support appending request hints to prompt (#965)
This commit is contained in:
parent
845b40f7fe
commit
23964e3392
4 changed files with 53 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ai-chatbot",
|
||||
"version": "3.0.10",
|
||||
"version": "3.0.11",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev --turbo",
|
||||
|
|
@ -38,6 +38,7 @@
|
|||
"@radix-ui/react-visually-hidden": "^1.1.0",
|
||||
"@vercel/analytics": "^1.3.1",
|
||||
"@vercel/blob": "^0.24.1",
|
||||
"@vercel/functions": "^2.0.0",
|
||||
"@vercel/postgres": "^0.10.0",
|
||||
"ai": "4.3.4",
|
||||
"bcrypt-ts": "^5.0.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue