@@ -49,32 +49,32 @@ def construct_society(question: str) -> RolePlaying:
4949 models = {
5050 "user" : ModelFactory .create (
5151 model_platform = ModelPlatformType .NOVITA ,
52- model_type = ModelType .NOVITA_LLAMA_4_MAVERICK_17B ,
52+ model_type = ModelType .NOVITA_LLAMA_4_SCOUT_17B ,
5353 model_config_dict = {"temperature" : 0 },
5454 ),
5555 "assistant" : ModelFactory .create (
5656 model_platform = ModelPlatformType .NOVITA ,
57- model_type = ModelType .NOVITA_LLAMA_4_MAVERICK_17B ,
57+ model_type = ModelType .NOVITA_LLAMA_4_SCOUT_17B ,
5858 model_config_dict = {"temperature" : 0 },
5959 ),
6060 "browsing" : ModelFactory .create (
6161 model_platform = ModelPlatformType .NOVITA ,
62- model_type = ModelType .NOVITA_LLAMA_4_MAVERICK_17B ,
62+ model_type = ModelType .NOVITA_LLAMA_4_SCOUT_17B ,
6363 model_config_dict = {"temperature" : 0 },
6464 ),
6565 "planning" : ModelFactory .create (
6666 model_platform = ModelPlatformType .NOVITA ,
67- model_type = ModelType .NOVITA_LLAMA_4_MAVERICK_17B ,
67+ model_type = ModelType .NOVITA_LLAMA_4_SCOUT_17B ,
6868 model_config_dict = {"temperature" : 0 },
6969 ),
7070 "image" : ModelFactory .create (
7171 model_platform = ModelPlatformType .NOVITA ,
72- model_type = ModelType .NOVITA_LLAMA_4_MAVERICK_17B ,
72+ model_type = ModelType .NOVITA_LLAMA_4_SCOUT_17B ,
7373 model_config_dict = {"temperature" : 0 },
7474 ),
7575 "document" : ModelFactory .create (
7676 model_platform = ModelPlatformType .NOVITA ,
77- model_type = ModelType .NOVITA_LLAMA_4_MAVERICK_17B ,
77+ model_type = ModelType .NOVITA_LLAMA_4_SCOUT_17B ,
7878 model_config_dict = {"temperature" : 0 },
7979 ),
8080 }
0 commit comments