Skip to content

Commit

Permalink
update notebook wording and format (#2991)
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyun-wu authored Jun 21, 2024
1 parent 89c2f20 commit b483721
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions website/docs/topics/non-openai-models/cloud-anthropic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,15 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Coding Example with Two Agent"
"## Two-agent Coding Example"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"## Construct Agents\n",
"### Construct Agents\n",
"\n",
"Construct a simple conversation between a User proxy and an ConversableAgent based on Claude-3 model.\n"
]
Expand Down Expand Up @@ -173,7 +173,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Initiate Chat"
"### Initiate Chat"
]
},
{
Expand Down Expand Up @@ -283,15 +283,15 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Function Call in Latest Anthropic API \n",
"## Tool Call Example with the Latest Anthropic API \n",
"Anthropic just announced that tool use is now supported in the Anthropic API. To use this feature, please install `anthropic>=0.23.1`."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Register the function"
"### Register the function"
]
},
{
Expand Down Expand Up @@ -396,7 +396,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# GroupChat with Claude and GPT Agents "
"## Group Chat Example with both Claude and GPT Agents "
]
},
{
Expand Down Expand Up @@ -706,7 +706,6 @@
"\n",
"manager = GroupChatManager(\n",
" groupchat=groupchat,\n",
" # is_termination_msg=lambda x: x.get(\"content\", \"\").find(\"TERMINATE\") >= 0,\n",
" llm_config={\n",
" \"config_list\": config_list_gpt4,\n",
" },\n",
Expand Down

0 comments on commit b483721

Please sign in to comment.