Skip to content

Commit

Permalink
Update JSON_mode_example.ipynb (#3130)
Browse files Browse the repository at this point in the history
Improve minor mistakes in documentation
  • Loading branch information
umermansoor authored Jul 18, 2024
1 parent 0beb0a7 commit 0cdbc34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebook/JSON_mode_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"\n",
"\n",
"## Requirements\n",
"JSON mode is a feature of OpenAI API, however strong models (such as claude 3 Opus), can generate appropriate json as well.\n",
"JSON mode is a feature of OpenAI API, however strong models (such as Claude 3 Opus), can generate appropriate json as well.\n",
"AutoGen requires `Python>=3.8`. To run this notebook example, please install:\n",
"```bash\n",
"pip install pyautogen\n",
Expand Down Expand Up @@ -71,7 +71,7 @@
"source": [
"## Model Configuration\n",
"\n",
"we Need to set two different Configs for this to work. \n",
"We need to set two different Configs for this to work. \n",
"One for JSON mode\n",
"One for Text mode. \n",
"This is because the group chat manager requires text mode. "
Expand Down

0 comments on commit 0cdbc34

Please sign in to comment.