diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-02-23 10:47:16 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-02-23 10:47:16 +0300 |
| commit | 3d889e70b55e8bf4b7d94ac7d42d09ea16203f3e (patch) | |
| tree | c6ce611e01330faee9dd091d7b88306145f583d2 /config.example.toml | |
| parent | ef53e9bebe7f064aa3fa4955bb31b98f814a593c (diff) | |
Fix (config): hftoken
Diffstat (limited to 'config.example.toml')
| -rw-r--r-- | config.example.toml | 2 |
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" |
