mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2025-09-10 23:34:35 +00:00
⚡ update force_think
This commit is contained in:
parent
a2fc2a8658
commit
e536e1420d
3 changed files with 11 additions and 0 deletions
|
@ -83,6 +83,7 @@ class Config(metaclass=Singleton):
|
|||
self.user_config: dict = cfg.get("user", {})
|
||||
self.user_secret_key = self.user_config.get("secret_key", "")
|
||||
self.user_algorithm = self.user_config.get("algorithm", "")
|
||||
self.user_force_think = self.user_config.get("force_think", False)
|
||||
|
||||
# model config
|
||||
self.model: dict = cfg.get("model", {})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue