-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify ChatModel to use LiteLLM's built-in features:
- Remove custom message format handling (LiteLLM handles it) - Remove custom retry/fallback logic (use LiteLLM's fallbacks param) - Update tests to match LiteLLM behavior
- Loading branch information
1 parent
6902e9c
commit e06257d
Showing
2 changed files
with
17 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters