We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721f1fa commit a13333aCopy full SHA for a13333a
1 file changed
README.md
@@ -47,8 +47,8 @@ docker run -d \
47
-e BASE_URL="https://api.openai.com/v1" \
48
-e API_KEY="api_key_here" \
49
-e MODEL_NAME="gpt-3.5-turbo" \
50
- -e SQLITE_DB_PATH="translation.db"
51
- -v ./translation.db:/app/translation.db
+ -e SQLITE_DB_PATH="translation.db" \
+ -v ./translation.db:/app/translation.db \
52
-p 5000:5000 \
53
ghcr.io/returntofirst/xunity-autotranslator-openai:latest
54
```
0 commit comments