Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions fern/snippets/ask-fern-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,11 @@ ai-search:
See Anthropic's [prompting guide](https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/overview) for ideas and examples.
</ParamField>

<ParamField path="ai-search.model" type="string" required={false} toc={true}>
The AI model to use for Ask Fern responses. Options:
- `claude-3.7` - Claude 3.7 Sonnet (default)
- `claude-4` - Claude 4 Opus
- `command-a` - Cohere Command A

If not specified, Ask Fern uses `claude-3.7`.
</ParamField>
Loading