This is a C1 by Thesys project bootstrapped with create-next-app
First, generate a new API key from Thesys Console and then set it your environment variable.
export THESYS_API_KEY=<your-api-key>
Install dependencies:
npm i
Then, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing your responses by modifying the system prompt in src/app/api/chat/route.ts
.
To learn more about Thesys C1, take a look at the C1 Documentation - learn about Thesys C1.