Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bungambohlah/ai-chat-gpt

It's a Chat GPT API with custom UI and planned to be chat it via voice command-like.
https://github.com/bungambohlah/ai-chat-gpt

chatgpt chatgpt-api openai svelte svelte3 sveltekit

Last synced: 1 day ago
JSON representation

It's a Chat GPT API with custom UI and planned to be chat it via voice command-like.

Awesome Lists containing this project

README

        

# ai-chat-gpt

It's a Chat GPT API with custom UI and planned to be chat it via voice command-like.

## Developing

Copy `.env.example` to the `.env`

```bash
cp .env.example .env
```

Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:

```bash
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
```

## Building

To create a production version:

```bash
npm run build
```

You can preview the production build with `npm run preview`.