Jeremy Zheng be9f52f17b :bug: fix build for python3 2 veckor sedan
..
ai_translate 6a86ff562b :arrow_down: downgrade python to v3.12 6 månader sedan
docker 51aecfd525 :bug: use root user inside container 1 år sedan
.gitignore 3c9e83a3fe :bug: fix for python3.14 support 2 veckor sedan
README.md be9f52f17b :bug: fix build for python3 2 veckor sedan
config.orig.toml 921e246bd4 :wrench: add ai-translate(python) openai-proxy(nodejs) support 1 år sedan
pyproject.toml 3c9e83a3fe :bug: fix for python3.14 support 2 veckor sedan

README.md

Usage

# disable gil ONLY for ubuntu
$ export PYTHON_GIL=0

# 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