Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guhrodrrigues/quickchat
Intelligent and pleasant chatbot using AI.
https://github.com/guhrodrrigues/quickchat
chatbot chatbot-ai nextjs openai sdk shadcn-ui tailwindcss typescript vercel
Last synced: 9 days ago
JSON representation
Intelligent and pleasant chatbot using AI.
- Host: GitHub
- URL: https://github.com/guhrodrrigues/quickchat
- Owner: guhrodrrigues
- Created: 2023-09-14T21:03:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T01:28:58.000Z (7 months ago)
- Last Synced: 2024-08-26T02:04:24.837Z (3 months ago)
- Topics: chatbot, chatbot-ai, nextjs, openai, sdk, shadcn-ui, tailwindcss, typescript, vercel
- Language: TypeScript
- Homepage:
- Size: 347 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
https://github.com/guhrodriguess/quickchat/assets/79873612/a3a19d93-47b6-43df-9524-efe9f40c993b
### QuickChat
Chatbot that uses the powerful OpenAI API to create engaging and personalized conversational experiences.
### Dependencies
Next.js · TypeScript · OpenAI API · Vercel SDK · Tailwind CSS · shadcn/ui### Use the QuickChat
> Clone the repository
```bash
git clone https://github.com/guhrodriguess/quickchat.git
```### Run a application
```bash
cd quickchat
```> Install of dependencies
```bash
npm i -g pnpm
``````bash
pnpm install
```> Enter the environment variable
```bash
OPENAI_API_KEY=""
```
_You can get your API key by clicking [here](https://openai.com/blog/openai-api)._> Start the project
```bash
pnpm dev
```