Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maaaae/gotor-deploy
gotor-deploy
https://github.com/maaaae/gotor-deploy
Last synced: 11 days ago
JSON representation
gotor-deploy
- Host: GitHub
- URL: https://github.com/maaaae/gotor-deploy
- Owner: MAAAAE
- Created: 2024-08-24T16:07:05.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T02:18:54.000Z (3 months ago)
- Last Synced: 2024-08-26T03:25:12.234Z (3 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```