docs: updating guides to provide more clarity around moderator (#628)

This commit is contained in:
Ebony Louis
2025-01-17 09:00:38 -05:00
committed by GitHub
parent 08f9e640fa
commit 89d464c305
8 changed files with 29 additions and 24 deletions

View File

@@ -23,7 +23,12 @@ default:
provider: anthropic
processor: claude-3-5-sonnet-20241022
accelerator: claude-3-5-sonnet-20241022
moderator: synopsis
toolkits:
- name: synopsis
requires: {}
```
> **Important** Anthropic performs the best when both the `synopsis` toolkit and moderator are enabled.
### Azure
@@ -68,8 +73,12 @@ default:
provider: google
processor: gemini-1.5-flash
accelerator: gemini-1.5-flash
moderator: truncate
toolkits:
- name: developer
requires: {}
```
> **Important** Gemini performs the best when both the `developer` toolkit and `truncate` moderator are enabled.
### Ollama
For Ollama, refer to the setup process on [Ollama's site](https://ollama.com/) for obtaining necessary credentials. Make sure your environment has all the required tokens set up.