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>
This commit is contained in:
simrat-code
2025-03-21 05:56:38 +05:30
committed by GitHub
parent 7ec75060bd
commit 0806b5dfa2
2 changed files with 2 additions and 2 deletions

View File

@@ -130,7 +130,7 @@
" move: Annotated[\n",
" str,\n",
" \"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",
" ]\n",
" ],\n",
") -> Annotated[str, \"Result of the move.\"]:\n",
" move = chess.Move.from_uci(move)\n",
" board.push_uci(str(move))\n",

View File

@@ -244,7 +244,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"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:"
"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:"
]
},
{