mirror of
https://github.com/aljazceru/goose.git
synced 2026-01-29 11:14:25 +01:00
docs: updating guides to provide more clarity around moderator (#628)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user