mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 14:07:17 +08:00
update tool
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user