update tool

This commit is contained in:
yifeng.wang
2025-05-06 20:22:30 +08:00
parent 2919f497ae
commit c313445022

View File

@@ -67,6 +67,11 @@ def construct_society(question: str) -> RolePlaying:
model_type=ModelType.MISTRAL_LARGE,
model_config_dict=MistralConfig(temperature=0.0).as_dict(),
),
"document": ModelFactory.create(
model_platform=ModelPlatformType.MISTRAL,
model_type=ModelType.MISTRAL_LARGE,
model_config_dict=MistralConfig(temperature=0.0).as_dict(),
),
"browsing": ModelFactory.create(
model_platform=ModelPlatformType.MISTRAL,
model_type=ModelType.MISTRAL_LARGE,