This commit is contained in:
João Moura
2024-04-07 18:22:09 -03:00
parent 873112d696
commit be1a60554f

View File

@@ -40,7 +40,7 @@ tool = GithubSearchTool(
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 = GitHubSearchTool(
tool = GithubSearchTool(
config=dict(
llm=dict(
provider="ollama", # or google, openai, anthropic, llama2, ...