aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-04-02 11:08:53 +0100
committerMohamedBassem <me@mbassem.com>2024-04-02 11:08:53 +0100
commitc73dde43cc816b8bf8eee74051d4fdac402cc710 (patch)
tree6c22b9e7d5802f27567d90216ade8512979ee7e4 /docs
parentd9f0a431d5fd333e8fdaa2375281d079aafadf1c (diff)
downloadkarakeep-c73dde43cc816b8bf8eee74051d4fdac402cc710.tar.zst
feat(workers): Allow configuring the language in which the tags are generated. Fixes #68
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/03-configuration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/docs/03-configuration.md b/docs/docs/03-configuration.md
index e888ed02..db660980 100644
--- a/docs/docs/03-configuration.md
+++ b/docs/docs/03-configuration.md
@@ -31,3 +31,4 @@ Either `OPENAI_API_KEY` or `OLLAMA_BASE_URL` need to be set for automatic taggin
| OLLAMA_BASE_URL | No | Not set | If you want to use ollama for local inference, set the address of ollama API here. |
| INFERENCE_TEXT_MODEL | No | gpt-3.5-turbo-0125 | The model to use for text inference. You'll need to change this to some other model if you're using ollama. |
| INFERENCE_IMAGE_MODEL | No | gpt-4-vision-preview | The model to use for image inference. You'll need to change this to some other model if you're using ollama and that model needs to support vision APIs (e.g. llava). |
+| INFERENCE_LANG | No | english | The language in which the tags will be generated. |