Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/).