mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-18 20:17:09 +08:00
feat(model): support kimi-k3
This commit is contained in:
@@ -61,7 +61,7 @@ class MoonshotBot(Bot):
|
||||
m = model_name.lower()
|
||||
if cls._is_builtin_reasoning_model(m):
|
||||
return False
|
||||
return m.startswith("kimi-k2") or m.startswith("kimi-k1.5")
|
||||
return m.startswith("kimi-k3") or m.startswith("kimi-k2") or m.startswith("kimi-k1.5")
|
||||
|
||||
def _build_headers(self) -> dict:
|
||||
"""Build HTTP headers, adding Coding-Agent User-Agent for Kimi Coding Plan."""
|
||||
|
||||
Reference in New Issue
Block a user