From 2ae63b64f11a0820b1e55827763a5ba9fb48e963 Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Tue, 17 Sep 2024 13:12:13 -0700 Subject: [PATCH] Use haiku --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9f6a19..9da2e1c 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ End setup instructions ## How to customize 1. **Customize research targets**: Provide a custom `extraction_schema` when calling the graph to gather different types of information. -2. **Select a different model**: We default to anthropic (sonnet-35). You can select a compatible chat model using `provider/model-name` via configuration. Example: `openai/gpt-4o-mini`. +2. **Select a different model**: We default to anthropic (sonnet-35). You can select a compatible chat model using `provider/model-name` via configuration. Example: `anthropic/claude-3-haiku-20240307`. 3. **Customize the prompt**: We provide a default prompt in [prompts.py](./src/enrichment_agent/prompts.py). You can easily update this via configuration in the studio. You can also quickly extend this template by: