Has anyone played around with this template by Vercel? https://github.com/vercel-labs/ai-chatbot
Unanswered
American Kestrel posted this in #help-forum
American KestrelOP
https://github.com/vercel-labs/ai-chatbot
In this, how can I change each new chat to be initalised with a starter context of 5k tokens and a system message
I'm trying to understand this repo https://github.com/vercel-labs/ai-chatbot
In the api/chat/route.ts, how can I have each chat to be initialised with a system message and a context to start with
here, they give
but, I want to give something like <attached picture>
A system message and a 5k context as well
Is that possible?
PS - noob in next.js
In this, how can I change each new chat to be initalised with a starter context of 5k tokens and a system message
I'm trying to understand this repo https://github.com/vercel-labs/ai-chatbot
In the api/chat/route.ts, how can I have each chat to be initialised with a system message and a context to start with
here, they give
messagesbut, I want to give something like <attached picture>
A system message and a 5k context as well
Is that possible?
PS - noob in next.js
1 Reply
American KestrelOP