Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

♻️ Refactor default_settings.toml and main.py #110

Merged
merged 1 commit into from
Sep 24, 2023
Merged

♻️ Refactor default_settings.toml and main.py #110

merged 1 commit into from
Sep 24, 2023

Conversation

mraniki
Copy link
Owner

@mraniki mraniki commented Sep 24, 2023

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.

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.
@codecov
Copy link

codecov bot commented Sep 24, 2023

Codecov Report

Merging #110 (a5757d2) into main (3a8c9da) will decrease coverage by 0.86%.
Report is 1 commits behind head on main.
The diff coverage is 80.00%.

@@            Coverage Diff             @@
##             main     #110      +/-   ##
==========================================
- Coverage   86.27%   85.41%   -0.86%     
==========================================
  Files           2        2              
  Lines          51       48       -3     
==========================================
- Hits           44       41       -3     
  Misses          7        7              
Files Changed Coverage Δ
myllm/main.py 84.44% <75.00%> (-0.98%) ⬇️
myllm/__init__.py 100.00% <100.00%> (ø)

@mraniki mraniki merged commit c1e464a into main Sep 24, 2023
11 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant