diff options
Diffstat (limited to 'config.example.toml')
| -rw-r--r-- | config.example.toml | 3 |
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" |
