ai-chatbot icon indicating copy to clipboard operation
ai-chatbot copied to clipboard

A full-featured, hackable Next.js AI chatbot built by Vercel

Results 324 ai-chatbot issues
Sort by recently updated
recently updated
newest added

Your documentation tells us how to configure it but we don't have a url for the github oauth callback. Somehow it seems to work unauthorized when deployed, but login doesnt...

I tried with the stock deploy button, but didnt work. Running `pnpm install --no-frozen-lockfile` fixed the deploy ``` ERR_PNPM_LOCKFILE_CONFIG_MISMATCH  Cannot proceed with the frozen installation. The current "settings.autoInstallPeers" configuration doesn't...

I just deployed this on Vercel and I can't sign in with Github. I already redeployed and recloned. Here are all the changes I did. 1. Add the required keys...

- simplifies authorization logic - fixes all `@ts-ignore` errors - prepares for [OAuth preview sign-in](https://auth-docs-git-feat-nextjs-auth-authjs.vercel.app/guides/basics/deployment#securing-a-preview-deployment), instead of using the Credentials provider. - [x] Set `AUTH_REDIRECT_PROXY_URL` to https://ai-chatbot.vercel.sh/api/auth - added a...

We have an example of streaming from llm, but does anyone have a working example of utilizing langchain agent with memory and streaming? The following does not work. import {...

Hey everyone. I am attempting to use this template and replace the direct OpenAI calls with LangChain. I updated the code in `/app/api/chat/route.ts`. I used the LangChain example here as...

Newly initiated chats do not appear in the chats list until the page is refreshed, but you can still create the new chat. A second new chat can't be created...

Hi - I've tried to replicate how you are rendering Twitter Card images but have been failing miserably. I see you have an opengraph-image.png and a twitter-image.png file at the...