Skip to content

Releases: mraniki/MyLLM

v3.1.1

27 Sep 11:15
Compare
Choose a tag to compare

v3.1.1 (2023-09-27)

Other

  • Merge pull request #122 from mraniki/dev

⚡ export method for MyLLM object (9ba8af4)

v3.1.0

27 Sep 10:24
Compare
Choose a tag to compare

v3.1.0 (2023-09-27)

Feat

  • ✨ Added chat export feature (5a0352b)

Other

  • Merge pull request #121 from mraniki/dev

✨ Added chat export feature (fbd2186)

🔧

  • 🔧 LLM Template update (96fd34e)

🥅

🩹

  • 🩹 version declaration (7a545a9)

v3.0.7

27 Sep 08:13
Compare
Choose a tag to compare

v3.0.7 (2023-09-27)

Other

  • Merge pull request #120 from mraniki/dev

👷 CI Change (eaa51fe)

👷

v3.0.6

26 Sep 19:45
Compare
Choose a tag to compare

v3.0.6 (2023-09-26)

Other

  • Merge pull request #119 from mraniki/dev

Update unit test (d8977b6)

Update

  • Update default_settings.toml with lag set to 5 (737acb4)

v3.0.5

26 Sep 17:17
Compare
Choose a tag to compare

v3.0.5 (2023-09-26)

Other

  • Merge pull request #118 from mraniki/dev

⬆️ 🛠️(deps): update dependency g4f to v0.1.3.7 (eee8f36)

  • Merge pull request #112 from mraniki/renovate/g4f-0.x

⬆️ 🛠️(deps): update dependency g4f to v0.1.3.7 (8ed482f)

Update

v3.0.4

26 Sep 17:09
Compare
Choose a tag to compare

v3.0.4 (2023-09-26)

Other

  • Merge pull request #116 from mraniki/dev

Add prompt conversion to string (ca3a4d1)

  • Merge pull request #117 from mraniki/sourcery/dev

Add prompt conversion to string (Sourcery refactored) (e9bd6ca)

  • 'Refactored by Sourcery' (d161cf1)

  • Add prompt conversion to string (bc23a21)

Update

v3.0.3

26 Sep 12:00
Compare
Choose a tag to compare

v3.0.3 (2023-09-26)

Other

  • Merge pull request #115 from mraniki/dev

🥅 (31018d9)

♻️

🔊

🔧

🥅

v3.0.2

26 Sep 05:17
Compare
Choose a tag to compare

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

24 Sep 19:52
Compare
Choose a tag to compare

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)

v3.0.0

24 Sep 19:20
Compare
Choose a tag to compare

v3.0.0 (2023-09-24)

Other

  • Merge pull request #109 from mraniki/dev

💥 breaking Remove langchain and simplify the conversation records (3a8c9da)

Update

💥

  • 💥 breaking Remove langchain and simplify the conversation records (136d67c)