We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5b927 commit a7c4814Copy full SHA for a7c4814
fern/snippets/ask-fern-config.mdx
@@ -50,3 +50,12 @@ ai-search:
50
See Anthropic's [prompting guide](https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/overview) for ideas and examples.
51
</ParamField>
52
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