Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```