China Kassapa e8873ea48d :bug: fix laravel tasks 2 месяцев назад
..
ai_translate 6a86ff562b :arrow_down: downgrade python to v3.12 2 месяцев назад
docker 51aecfd525 :bug: use root user inside container 8 месяцев назад
.gitignore 439b541b03 :bug: logging to stdout while debug mode 8 месяцев назад
README.md 771e32f3ed ai_translate_v2 8 месяцев назад
config.orig.toml 921e246bd4 :wrench: add ai-translate(python) openai-proxy(nodejs) support 8 месяцев назад
pyproject.toml 6a86ff562b :arrow_down: downgrade python to v3.12 2 месяцев назад

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