Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/singotech/chatgpt
ChatGPT v2 #justforfun
https://github.com/singotech/chatgpt
chatgpt chatgpt-api chatgpt3 indonesian
Last synced: 6 days ago
JSON representation
ChatGPT v2 #justforfun
- Host: GitHub
- URL: https://github.com/singotech/chatgpt
- Owner: singotech
- License: gpl-3.0
- Created: 2023-01-26T12:51:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-20T15:16:47.000Z (10 months ago)
- Last Synced: 2024-11-25T05:45:54.960Z (2 months ago)
- Topics: chatgpt, chatgpt-api, chatgpt3, indonesian
- Language: JavaScript
- Homepage: https://chatgpt.singotech.id/
- Size: 881 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chatgpt app (chatgpt)
chatgpt app desc
## Install the dependencies
```bash
yarn
# or
npm install
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
# or
yarn dev
```### Lint the files
```bash
yarn lint
# or
npm run lint
```### Format the files
```bash
yarn format
# or
npm run format
```### Build the app for production
```bash
quasar build
```### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-webpack/quasar-config-js).