You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(config): remove default LLM model and endpoint values
- Remove hardcoded default models ("gpt-4o-mini", "gpt-4o") from LLM
configuration structs
- Change default model and endpoint values from specific strings to
empty strings
- Update tests to verify that default models are empty strings instead
of predefined values
- Remove automatic detection logic for models and endpoints that was
previously used to determine defaults
- Simplify LLM config structure by removing auto-detection methods and
default functions
0 commit comments