-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(adapter): add get_model_list method
feat(openai): remove MODEL constant feat(user): refactor get_model method The changes in this commit include: - Added `get_model_list` method to the `adapter` module in `llmkira/sdk/adapter.py` file. - Removed the `MODEL` constant from the `openai` module in `llmkira/sdk/endpoint/openai/__init__.py` file. - Refactored the `get_model` method in the `user` module in `llmkira/extra/user/__init__.py` file.
- Loading branch information
Showing
3 changed files
with
8 additions
and
21 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
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