visuddhinanda f76cf9db92 :bug: 无句子报错 9 ay önce
..
ai_translate f76cf9db92 :bug: 无句子报错 9 ay önce
docker 51aecfd525 :bug: use root user inside container 9 ay önce
.gitignore 50dfb74db1 add .stop 10 ay önce
README.md 771e32f3ed ai_translate_v2 9 ay önce
config.orig.toml 921e246bd4 :wrench: add ai-translate(python) openai-proxy(nodejs) support 9 ay önce
pyproject.toml 3c68015ad8 :bug: fix setuptools bug 10 ay önce
run.sh 9c4414091e :wrench: add ai-translate container 10 ay önce

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