Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myonaingwinn/aihub-connect
3 ChatGPT Services can access in one app.
https://github.com/myonaingwinn/aihub-connect
axios chatgpt-api pinia scss vue3 vuetify3
Last synced: 14 days ago
JSON representation
3 ChatGPT Services can access in one app.
- Host: GitHub
- URL: https://github.com/myonaingwinn/aihub-connect
- Owner: myonaingwinn
- License: gpl-3.0
- Created: 2023-06-21T00:44:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-21T00:15:18.000Z (over 1 year ago)
- Last Synced: 2024-11-10T21:24:15.359Z (2 months ago)
- Topics: axios, chatgpt-api, pinia, scss, vue3, vuetify3
- Language: Vue
- Homepage: https://aihub-connect.vercel.app
- Size: 203 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# essentials
## Project setup
### Clone project
```
git clone https://github.com/myonaingwinn/AIHub-Connect.git
```### Create .env file and get Google configuration
```
cp .env.local.example .env.local
```Visit https://console.cloud.google.com/ and setup your configuration there. Once configured, set it to .env.local file.
### Install the packages
```
# yarn
yarn# npm
npm install# pnpm
pnpm install
```### Compiles and hot-reloads for development
```
# yarn
yarn dev# npm
npm run dev# pnpm
pnpm dev
```### Compiles and minifies for production
```
# yarn
yarn build# npm
npm run build# pnpm
pnpm build
```### Lints and fixes files
```
# yarn
yarn lint# npm
npm run lint# pnpm
pnpm lint
```### Customize configuration
See [Configuration Reference](https://vitejs.dev/config/).