Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/regenrek/simple-chat-app-gpt-ai
- Owner: regenrek
- Created: 2024-08-23T15:16:12.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T15:33:46.000Z (4 months ago)
- Last Synced: 2024-08-23T17:33:51.237Z (4 months ago)
- Language: Vue
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 assistantFor 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)