feat: include new anthropic model in docs and recommended config (#198)

This commit is contained in:
Moe Jangda
2024-10-26 11:22:19 +11:00
committed by GitHub
parent 6755c6db95
commit f7b3b454dd
3 changed files with 12 additions and 11 deletions
+9 -9
View File
@@ -23,11 +23,11 @@ default:
Provider of LLM. LLM providers that currently are supported by Goose:
| Provider | Required environment variable(s) to access provider |
| ----- | ------------------------------ |
| openai | `OPENAI_API_KEY` |
| anthropic | `ANTHROPIC_API_KEY` |
| databricks | `DATABRICKS_HOST` and `DATABRICKS_TOKEN` |
| Provider | Required environment variable(s) to access provider |
| ---------- | --------------------------------------------------- |
| openai | `OPENAI_API_KEY` |
| anthropic | `ANTHROPIC_API_KEY` |
| databricks | `DATABRICKS_HOST` and `DATABRICKS_TOKEN` |
#### processor
@@ -52,8 +52,8 @@ Rules designed to control or manage the output of the model. Moderators that cur
default:
provider: anthropic
processor: claude-3-5-sonnet-20240620
accelerator: claude-3-5-sonnet-20240620
processor: claude-3-5-sonnet-20241022
accelerator: claude-3-5-sonnet-20241022
```
#### provider as `databricks`
@@ -74,8 +74,8 @@ You can tell it to use another provider for example for Anthropic:
```yaml
default:
provider: anthropic
processor: claude-3-5-sonnet-20240620
accelerator: claude-3-5-sonnet-20240620
processor: claude-3-5-sonnet-20241022
accelerator: claude-3-5-sonnet-20241022
moderator: passive
toolkits:
- name: developer