Skip to content

Commit 0cdbc34

Browse files
authored
Update JSON_mode_example.ipynb (microsoft#3130)
Improve minor mistakes in documentation
1 parent 0beb0a7 commit 0cdbc34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebook/JSON_mode_example.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"\n",
2727
"\n",
2828
"## Requirements\n",
29-
"JSON mode is a feature of OpenAI API, however strong models (such as claude 3 Opus), can generate appropriate json as well.\n",
29+
"JSON mode is a feature of OpenAI API, however strong models (such as Claude 3 Opus), can generate appropriate json as well.\n",
3030
"AutoGen requires `Python>=3.8`. To run this notebook example, please install:\n",
3131
"```bash\n",
3232
"pip install pyautogen\n",
@@ -71,7 +71,7 @@
7171
"source": [
7272
"## Model Configuration\n",
7373
"\n",
74-
"we Need to set two different Configs for this to work. \n",
74+
"We need to set two different Configs for this to work. \n",
7575
"One for JSON mode\n",
7676
"One for Text mode. \n",
7777
"This is because the group chat manager requires text mode. "

0 commit comments

Comments
 (0)