Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/regenrek/simple-chat-app-gpt-ai

A simple GPT Chat
https://github.com/regenrek/simple-chat-app-gpt-ai

Last synced: 8 days ago
JSON representation

A simple GPT Chat

Awesome Lists containing this project

README

        

# GPT Chat App

A basic chat application powered by GPT, built with Nuxt 3.

## Features

- Real-time chat interface
- Integration with GPT for intelligent responses
- Built on Nuxt 3 for optimal performance and developer experience

## Setup

Make sure to install the dependencies:

```bash
# npm
npm install

# pnpm
pnpm install

# yarn
yarn install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev
```

## Production

Build the application for production:

```bash
# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build
```

Locally preview production build:

```bash
# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview
```

## Configuration

To use the GPT integration, make sure to set up your API key in the `.env` file:

```
GPT_API_KEY=your_api_key_here
```

## Usage

1. Start the development server
2. Open your browser and navigate to `http://localhost:3000`
3. Begin chatting with the GPT-powered assistant

For more detailed information on deployment and advanced configuration, check out the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/deployment).

## Stay Connected

- My Website [regenrek.com](https://regenrek.com)
- My X [Twitter](https://twitter.com/regenrek)
- Star on Github [GitHub repo](https://github.com/zunder-ai/ui)
- Ignite, build and launch AI web apps with Nuxt, Vue3 and TailwindCSS [zunder.ai](https://zunder.ai)