Add the model configuration to your config.yml file:
config.yml
Copy
Ask AI
...models:- name: claude-3-7-sonnet key_var: ANTHROPIC_API_KEY # name of the environment variable containing the API key model_ref: claude-3-7-sonnet-20250219 # or model of your choice vendor: anthropic...