516 B
516 B
LLM Clients - Consistency Improvements
Issues to Fix
1. validate_model() is never called
- Add validation call in
get_llm()with warning (not error) for unknown models
2. Inconsistent parameter handling (Fixed)
- GoogleClient now accepts unified
api_keyand maps it togoogle_api_key
3. base_url accepted but ignored (Fixed)
base_url accepted but ignored- All clients now pass
base_urlto their respective LLM constructors
4. Update validators.py with models from CLI (Fixed)
- Synced in v0.2.2