-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
♻️ Refactor default_settings.toml and main.py
The changes in this commit refactor the default_settings.toml and main.p y files. The llm_enabled variable in default_settings.toml has been rena med to myllm_enabled. Additionally, the llm_model variable has been remo ved and replaced with llm_provider. The main.py file has been modified t o update the variable names accordingly. The get_myllm_help method has b een added to the MyLLM class to retrieve the help message for the myllm command. The debug log statement in the MyLLM class has been updated.
- Loading branch information
Showing
2 changed files
with
19 additions
and
25 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