visuddhinanda 86cd607030 retryKey 使用 task_id il y a 8 mois
..
ai_translate 86cd607030 retryKey 使用 task_id il y a 8 mois
docker 51aecfd525 :bug: use root user inside container il y a 8 mois
.gitignore 50dfb74db1 add .stop il y a 9 mois
README.md 771e32f3ed ai_translate_v2 il y a 8 mois
config.orig.toml 921e246bd4 :wrench: add ai-translate(python) openai-proxy(nodejs) support il y a 8 mois
pyproject.toml 3c68015ad8 :bug: fix setuptools bug il y a 9 mois
run.sh 9c4414091e :wrench: add ai-translate container il y a 9 mois

README.md

Usage

# initial python3 virtual env folder
$ python3 -m venv $HOME/tmp/python3
# load virtual env vars
$ source $HOME/tmp/python3/bin/activate
# install dependencies
> python3 -m pip install -e .

> python3 -m ai_translate -h
> python3 -m ai_translate -d -c config.toml -n worker-us-1 -q ai_translate_v2

# exit the virtual env
> deactivate