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.
- Host: GitHub
- URL: https://github.com/qinsong77/llm__ai_chatbot
- Owner: qinsong77
- Created: 2024-04-13T16:13:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-24T09:23:04.000Z (over 1 year ago)
- Last Synced: 2025-07-10T21:27:45.959Z (3 months ago)
- Topics: chatbot, chatgpt, nextjs14, openai, rsc, sse
- Language: TypeScript
- Homepage:
- Size: 305 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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