summaryrefslogtreecommitdiff
path: root/config.example.toml
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-03-05 19:20:21 +0300
committerGrail Finder <wohilas@gmail.com>2026-03-05 19:20:21 +0300
commitac8c8bb0558a00cf0d025ab8522aaa57b8cba7de (patch)
treef3a78123e7ef5039109b26565041f4a129d1fec2 /config.example.toml
parentc2c107c78688dedb8429ef13bd0aa102eeb32fdb (diff)
Enha: onnx config vars
Diffstat (limited to 'config.example.toml')
-rw-r--r--config.example.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml
index 39a730b..f5820da 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -13,6 +13,9 @@ OpenRouterChatAPI = "https://openrouter.ai/api/v1/chat/completions"
# embeddings
EmbedURL = "http://localhost:8082/v1/embeddings"
HFToken = ""
+EmbedModelPath = "onnx/embedgemma/model_q4.onnx"
+EmbedTokenizerPath = "onnx/embedgemma/tokenizer.json"
+EmbedDims = 768
#
ShowSys = true
LogFile = "log.txt"