chathn
chathn copied to clipboard
Chat with Hacker News using natural language. Built with OpenAI Functions and Vercel AI SDK.
I constantly get this error on Vercel: ``` TypeError: Cannot read properties of undefined (reading 'function_call') at (app/api/chat/route.ts:57:29) at (node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/esm/server/future/route-modules/app-route/module.js:210:36) ```
On nextjs 13.4.7 _(and above)_, this app will not compile/build successfully when using `npm run build`, however works in it works when in local dev mode, and works when deploying...