Skip to content

Commit

Permalink
Merge branch 'master' into stub_model_2
Browse files Browse the repository at this point in the history
  • Loading branch information
lightaime authored Jun 17, 2023
2 parents 1ed0e07 + c3b3fc7 commit 270ee55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ai_society/role_playing.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
from camel.utils import print_text_animated


def main(model=None) -> None:
def main(model_type=None) -> None:
task_prompt = "Develop a trading bot for the stock market"
role_play_session = RolePlaying(
"Python Programmer",
"Stock Trader",
task_prompt=task_prompt,
with_task_specify=True,
mode_type=model,
model_type=model_type,
)

print(
Expand Down

0 comments on commit 270ee55

Please sign in to comment.