Skip to content

Commit 0806b5d

Browse files
simrat-codeekzhu
andauthored
typo fix in llm_configuration.ipynb (#5781)
There is double 'can can' in the documentation. Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 parent 7ec7506 commit 0806b5d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

notebook/agentchat_nested_chats_chess_altmodels.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
" move: Annotated[\n",
131131
" str,\n",
132132
" \"Call this tool to make a move after you have the list of legal moves and want to make a move. Takes UCI format, e.g. e2e4 or e7e5 or e7e8q.\",\n",
133-
" ]\n",
133+
" ],\n",
134134
") -> Annotated[str, \"Result of the move.\"]:\n",
135135
" move = chess.Move.from_uci(move)\n",
136136
" board.push_uci(str(move))\n",

website/docs/topics/llm_configuration.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
"cell_type": "markdown",
245245
"metadata": {},
246246
"source": [
247-
"Then when filtering the `config_list` you can can specify the desired tags. A config is selected if it has at least one of the tags specified in the filter. For example, to just get the `llama` model, you can use the following filter:"
247+
"Then when filtering the `config_list` you can specify the desired tags. A config is selected if it has at least one of the tags specified in the filter. For example, to just get the `llama` model, you can use the following filter:"
248248
]
249249
},
250250
{

0 commit comments

Comments
 (0)