mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 16:18:30 +00:00
docs: improve CodeDocsSearchTool README
- Fix tool name in custom model example
This commit is contained in:
@@ -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, ...
|
||||||
|
|||||||
Reference in New Issue
Block a user