refactor(rag, minimax): silence HF Hub warnings and strictly filter highspeed models
This commit is contained in:
+1
-1
@@ -596,7 +596,7 @@ def _list_minimax_models(api_key: str) -> list[str]:
|
||||
return sorted(found)
|
||||
except Exception:
|
||||
pass
|
||||
return ["MiniMax-M2.7", "MiniMax-M2.5", "MiniMax-M2.5-highspeed", "MiniMax-M2.1", "MiniMax-M2.1-highspeed", "MiniMax-M2"]
|
||||
return ["MiniMax-M2.7", "MiniMax-M2.5", "MiniMax-M2.1", "MiniMax-M2"]
|
||||
|
||||
TOOL_NAME: str = "run_powershell"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user