An open API service indexing awesome lists of open source software.

https://github.com/qinsong77/llm__ai_chatbot

LLM Ai Chatbot, powered by Nextjs and OpenAi SDK, two simple chat bot comparing SSE and React sever component with action, streaming.
https://github.com/qinsong77/llm__ai_chatbot

chatbot chatgpt nextjs14 openai rsc sse

Last synced: about 2 months ago
JSON representation

LLM Ai Chatbot, powered by Nextjs and OpenAi SDK, two simple chat bot comparing SSE and React sever component with action, streaming.

Awesome Lists containing this project

README

          

## LLM AI bot

This is a [Next.js](https://nextjs.org/) project base on [`next-js-boilerplate`](https://github.com/qinsong77/Next-js-Boilerplate).

SSE vs React sever component with action Chat Ai bot.

## Getting Started

First, create your `.env.local`, taking `.env.example` as example.

Then run the development server:

```bash
# or
pnpm dev
# or
pnpm dev:turbo
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Todo

- marked && sanitize-html in rsc/nodejs

...TBD