Fix (config): hftoken

This commit is contained in:
Grail Finder
2026-02-23 10:47:16 +03:00
parent ef53e9bebe
commit 3d889e70b5

View File

@@ -12,7 +12,7 @@ OpenRouterChatAPI = "https://openrouter.ai/api/v1/chat/completions"
# OpenRouterToken = "" # OpenRouterToken = ""
# embeddings # embeddings
EmbedURL = "http://localhost:8082/v1/embeddings" EmbedURL = "http://localhost:8082/v1/embeddings"
HFToken = false HFToken = ""
# #
ShowSys = true ShowSys = true
LogFile = "log.txt" LogFile = "log.txt"