- Add warn_if_unknown_model function to validators.py to emit warnings for unknown models - Import and call warn_if_unknown_model in get_llm methods of anthropic_client, google_client, and openai_client - Provide user warning without blocking execution for unrecognized models - Map provider names to friendly display names in warnings - Preserve existing validate_model functionality and extend with warnings for better user feedback |
||
|---|---|---|
| .. | ||
| TODO.md | ||
| __init__.py | ||
| anthropic_client.py | ||
| base_client.py | ||
| factory.py | ||
| google_client.py | ||
| openai_client.py | ||
| validators.py | ||