summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-02-23 10:47:16 +0300
committerGrail Finder <wohilas@gmail.com>2026-02-23 10:47:16 +0300
commit3d889e70b55e8bf4b7d94ac7d42d09ea16203f3e (patch)
treec6ce611e01330faee9dd091d7b88306145f583d2
parentef53e9bebe7f064aa3fa4955bb31b98f814a593c (diff)
Fix (config): hftoken
-rw-r--r--config.example.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.example.toml b/config.example.toml
index 56502f1..0c4aa76 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -12,7 +12,7 @@ OpenRouterChatAPI = "https://openrouter.ai/api/v1/chat/completions"
# OpenRouterToken = ""
# embeddings
EmbedURL = "http://localhost:8082/v1/embeddings"
-HFToken = false
+HFToken = ""
#
ShowSys = true
LogFile = "log.txt"