jb-dev1
jb-dev1
### Description I get a leftover stale dependency `@ai-sdk/[email protected]` in pnpm-lock.yaml when setting up **vercel/ai-chatbot** with the new pnpm 9.6.0. After installing `@ai-sdk/anthropic@latest` after a fresh clone of **ai-chatbot** and...
### Summary This pull request solves a stale dependency `@ai-sdk/[email protected]` by deleting the **pnpm-lock.yaml** file and updating `@ai-sdk/openai` so newer providers can be added without error. ### Issue A workaround...
This is a great demo, I recognize the intent to show the capabilities of RSC and streaming UI objects, and has a very specific prompt to generate stock-related UI cards....
#### Summary: This PR updates the markdown-related libraries (`react-markdown`, `remark-gfm`, and `remark-math`) and addresses the resulting breaking changes caused by the upgrades. Fixes #414. #### Changes: 1. **Inline vs Block...
The following markdown-related dependencies in the ai-chatbot app are quite outdated: After reading about a few XSS attacks and other posts I've seen about getting LLMs to generate unsafe content...
**Problem description** (Describe the problem you would like to solve with this feature request or suggested idea). When looking at a Hash, fields will display randomly organized. It would be...
Is this actually true? I don't think so with the custom features added that seem to be OpenAI specific: Model Providers This template ships with OpenAI gpt-4o as the default....
*This happens frequently with Vercel AI SDK templates. I hope the dev staff will include "Deploy with Vercel" testing to releases/codebase updates to ensure success.* When clicking either the "Deploy...
Attempting to deploy either from the template link [button here](https://vercel.com/templates/next.js/nextjs-ai-chatbot) or from the readme deploy link [here](https://github.com/vercel/ai-chatbot) results in failure with this error: ``` Error: The Edge Function "middleware" is...
Not sure if this ticket belongs here, but the `gemini-chatbot` auto deploy to Vercel [link](https://vercel.com/templates/next.js/gemini-ai-chatbot) does not setup the proper databases. Instead a Vercel KV instance is part of the...