From b6336bf74e3b5837b58b562f18f35821f7b3f5c0 Mon Sep 17 00:00:00 2001 From: Dillon Laird Date: Tue, 27 Aug 2024 18:40:42 -0700 Subject: [PATCH] update readme --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a47263e4..f41bef31 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ function. Make sure the documentation is in the same format above with descripti `Parameters:`, `Returns:`, and `Example\n-------`. You can find an example use case [here](examples/custom_tools/) as this is what the agent uses to pick and use the tool. -## Additional LLMs +## Additional Backends ### Ollama We also provide a `VisionAgentCoder` that uses Ollama. To get started you must download a few models: diff --git a/docs/index.md b/docs/index.md index 64cf1245..8569c5cc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -209,7 +209,7 @@ function. Make sure the documentation is in the same format above with descripti `Parameters:`, `Returns:`, and `Example\n-------`. You can find an example use case [here](examples/custom_tools/) as this is what the agent uses to pick and use the tool. -## Additional LLMs +## Additional Backends ### Ollama We also provide a `VisionAgentCoder` that uses Ollama. To get started you must download a few models: