Skip to content

Commit

Permalink
corrected imprecision in the instantiation (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfazio committed May 5, 2024
1 parent be83681 commit ff51a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tools/CodeDocsSearchTool.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...
Expand Down

0 comments on commit ff51a2d

Please sign in to comment.