Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bungambohlah/ai-chat-gpt
- Owner: bungambohlah
- Created: 2023-03-14T06:14:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-14T06:14:39.000Z (over 1 year ago)
- Last Synced: 2024-10-11T12:41:24.451Z (25 days ago)
- Topics: chatgpt, chatgpt-api, openai, svelte, svelte3, sveltekit
- Language: Svelte
- Homepage: https://chatgpt.afif.dev
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.