Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maaaae/gotor-deploy

gotor-deploy
https://github.com/maaaae/gotor-deploy

Last synced: 11 days ago
JSON representation

gotor-deploy

Awesome Lists containing this project

README

        

# prerequisite

## gotor-be

- Speech to text API secret configuration
```shell
export GOOGLE_APPLICATION_CREDENTIALS={your google cloud service account key path}.json

```

## gotor-engine
```shell
cd gotor-engine
vi chatgpt.py
```

- you should change api_key above file
- `client = OpenAI(api_key="your openai api key")`

# how to run
```shell
docker compose up -d
```