Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add model selection support for Anthropic handler
The Anthropic handler currently uses a hardcoded model (claude-3-opus-20240229). This change allows model selection through configuration, matching the behavior of the OpenAI handler. Changes: - Remove hardcoded model string - Use config loader to get model name from configuration - Update model settings initialization
- Loading branch information