Merge pull request #133 from crewAIInc/docs/fix-codedocssearch-readme

docs: improve CodeDocsSearchTool README
This commit is contained in:
Tony Kipkemboi
2024-11-30 11:44:01 -05:00
committed by GitHub

View File

@@ -32,7 +32,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: By default, the tool uses OpenAI for both embeddings and summarization. To customize the model, you can use a config dictionary as follows:
```python ```python
tool = YoutubeVideoSearchTool( tool = CodeDocsSearchTool(
config=dict( config=dict(
llm=dict( llm=dict(
provider="ollama", # or google, openai, anthropic, llama2, ... provider="ollama", # or google, openai, anthropic, llama2, ...