Releases: mraniki/MyLLM
Releases · mraniki/MyLLM
v3.1.1
v3.1.0
v3.0.7
v3.0.6
v3.0.5
v3.0.4
v3.0.3
v3.0.2
v3.0.2 (2023-09-26)
Other
- Merge pull request #113 from mraniki/dev
♻️ added time for llm response to consolidate (49bcb41
)
- Merge pull request #114 from mraniki/sourcery/dev
♻️ added time for llm response to consolidate (Sourcery refactored) (1bb77a3
)
- 'Refactored by Sourcery' (
1f1c68a
)
♻️
- ♻️ added time for llm resonse to consolidate (
26ca853
)
v3.0.1
v3.0.1 (2023-09-24)
♻️
- ♻️ 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. (a5757d2
)
Other
- Merge pull request #110 from mraniki/dev
♻️ Refactor default_settings.toml and main.py (c1e464a
)