Learn how to configure Language Models (LLMs) and general settings in Dendrite
Config
class in Dendrite handles all configuration settings, including caching, authentication sessions, and LLM configurations. Here’s how to use it:
Option | Default | Description |
---|---|---|
root_path | .dendrite | Base directory for all Dendrite files |
cache_path | cache | Directory for caching extraction results and selectors |
auth_session_path | auth | Directory for storing authentication sessions |
Agent | Default Model |
---|---|
extract_agent | claude-3-5-sonnet-20241022 |
scroll_agent | claude-3-5-sonnet-20241022 |
ask_page_agent | claude-3-5-sonnet-20241022 |
segment_agent | claude-3-haiku-20240307 |
select_agent | claude-3-5-sonnet-20241022 |
verify_action_agent | claude-3-5-sonnet-20241022 |
segment_agent
defaults to GPT-4 as it has shown better performance for this specific task