Skip to content

Commit a7c4814

Browse files
committed
add model param
1 parent 3e5b927 commit a7c4814

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

fern/snippets/ask-fern-config.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,12 @@ ai-search:
5050
See Anthropic's [prompting guide](https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/overview) for ideas and examples.
5151
</ParamField>
5252

53+
<ParamField path="ai-search.model" type="string" required={false} toc={true}>
54+
The AI model to use for Ask Fern responses. Options:
55+
- `claude-3.5` - Claude 3.5 Sonnet
56+
- `claude-3.7` - Claude 3.7 Sonnet (default)
57+
- `claude-4` - Claude 4 Opus
58+
- `command-a` - Cohere Command A
59+
60+
If not specified, Ask Fern uses `claude-3.7`.
61+
</ParamField>

0 commit comments

Comments
 (0)