fixed the config generator to allow for base_url providers LLMs to include wildcard models

This commit is contained in:
Salman Paracha 2026-01-24 12:56:31 -08:00
parent a7f7a011b3
commit 6b86830c09
4 changed files with 23 additions and 34 deletions

View file

@ -23,7 +23,13 @@ llm_providers:
- model: openai/gpt-4o
access_key: $OPENAI_API_KEY
# Anthropic Models
- model: openai/*
access_key: $OPENAI_API_KEY
# Anthropic - support all Claude models
- model: anthropic/*
access_key: $ANTHROPIC_API_KEY
- model: anthropic/claude-sonnet-4-20250514
access_key: $ANTHROPIC_API_KEY