visuddhinanda 62474b52a4 LLMFailException nack пре 1 година
..
ai_translate 62474b52a4 LLMFailException nack пре 1 година
docker 2d4fb33d43 :wrench: create api v12 image пре 1 година
.gitignore 50dfb74db1 add .stop пре 1 година
README.md 6fdeee749a ai_translate_cn пре 1 година
config.orig.toml 395f3ed07a add api-url пре 1 година
pyproject.toml 3c68015ad8 :bug: fix setuptools bug пре 1 година
run.sh 9c4414091e :wrench: add ai-translate container пре 1 година

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_cn

# exit the virtual env
> deactivate