Browse Source

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>
pull/6175/head
simrat-code GitHub 1 year ago
parent
commit
0806b5dfa2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      notebook/agentchat_nested_chats_chess_altmodels.ipynb
  2. +1
    -1
      website/docs/topics/llm_configuration.ipynb

+ 1
- 1
notebook/agentchat_nested_chats_chess_altmodels.ipynb 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",


+ 1
- 1
website/docs/topics/llm_configuration.ipynb 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:"
]
},
{


Loading…
Cancel
Save