Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update model selection logic in
read_model_config
method ✨
Refactor `read_model_config` to set default model names based on the provider. If the provider is OpenAI, set the model name to chatgpt-4o-latest. If the provider is Anthropic, set it to claude-3-5-sonnet-20240620. Otherwise, fall back to the environment variable or config file.
- Loading branch information