Skip to content
Snippets Groups Projects
Unverified Commit adc40cf7 authored by Thuc Pham's avatar Thuc Pham Committed by GitHub
Browse files

fix: vercel ai update crash sending annotations (#287)

* fix: vercel ai update crash sending annotations

* Create five-ties-happen.md
parent 7bce7386
No related branches found
No related tags found
No related merge requests found
---
"create-llama": patch
---
fix: vercel ai update crash sending annotations
......@@ -15,7 +15,7 @@
"dev": "concurrently \"tsup index.ts --format esm --dts --watch\" \"nodemon --watch dist/index.js\""
},
"dependencies": {
"ai": "^3.0.21",
"ai": "3.0.21",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"duck-duck-scrape": "^2.2.5",
......
......@@ -29,6 +29,7 @@ export default function ChatSection() {
const message = JSON.parse(error.message);
alert(message.detail);
},
sendExtraMessageFields: true,
});
return (
......
......@@ -17,7 +17,7 @@
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.0.2",
"ai": "^3.0.21",
"ai": "3.0.21",
"ajv": "^8.12.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment