corrected imprecision in the instantiation (#555)

This commit is contained in:
Alex Fazio
2024-05-05 08:55:13 +02:00
committed by GitHub
parent be83681665
commit ff51a2da9b

View File

@@ -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, ...