mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-11 23:54:52 +00:00
Update JSON_mode_example.ipynb (#3130)
Improve minor mistakes in documentation
This commit is contained in:
parent
0beb0a7f61
commit
0cdbc345c5
@ -26,7 +26,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"## Requirements\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",
|
"AutoGen requires `Python>=3.8`. To run this notebook example, please install:\n",
|
||||||
"```bash\n",
|
"```bash\n",
|
||||||
"pip install pyautogen\n",
|
"pip install pyautogen\n",
|
||||||
@ -71,7 +71,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"## Model Configuration\n",
|
"## Model Configuration\n",
|
||||||
"\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 JSON mode\n",
|
||||||
"One for Text mode. \n",
|
"One for Text mode. \n",
|
||||||
"This is because the group chat manager requires text mode. "
|
"This is because the group chat manager requires text mode. "
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user