Update JSON_mode_example.ipynb (#3130)

Improve minor mistakes in documentation
This commit is contained in:
Umer Mansoor 2024-07-17 19:07:40 -07:00 committed by GitHub
parent 0beb0a7f61
commit 0cdbc345c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",
@ -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. "