From 8106f3bbbae93a0f95771b7ef28617903d6ca45e Mon Sep 17 00:00:00 2001 From: Alex Fazio <34505954+alexfazio@users.noreply.github.com> Date: Sun, 5 May 2024 08:55:13 +0200 Subject: [PATCH] corrected imprecision in the instantiation (#555) --- docs/tools/CodeDocsSearchTool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/CodeDocsSearchTool.md b/docs/tools/CodeDocsSearchTool.md index 42d8eecf5..07781457a 100644 --- a/docs/tools/CodeDocsSearchTool.md +++ b/docs/tools/CodeDocsSearchTool.md @@ -41,7 +41,7 @@ Note: Substitute 'https://docs.example.com/reference' with your target documenta By default, the tool uses OpenAI for both embeddings and summarization. To customize the model, you can use a config dictionary as follows: ```python -tool = YoutubeVideoSearchTool( +tool = CodeDocsSearchTool( config=dict( llm=dict( provider="ollama", # or google, openai, anthropic, llama2, ...