Skip to content

Releases: farizrahman4u/loopgpt

v0.1.1

10 Mar 11:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

16 Jul 21:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.15...v0.1.0

v0.0.15

12 May 15:42
Compare
Choose a tag to compare

What's Changed

  • Fix agent.clear_state + basic agent test by @FayazRahman in #44
  • feature: add docker support by @arikw in #39
  • Require latest version of DuckDuckGo (previous one is not working properly)

New Contributors

  • @arikw made their first contribution in #39

Full Changelog: v0.0.14...v0.0.15

v0.0.14

10 May 20:35
Compare
Choose a tag to compare
  • Major bug fix

v0.0.13

09 May 23:00
c11f1ad
Compare
Choose a tag to compare

What's Changed

New Contributors

v0.0.12

30 Apr 13:57
Compare
Choose a tag to compare

What's Changed

New Contributors

v0.0.11

27 Apr 09:27
Compare
Choose a tag to compare

What's Changed

  • env temp added from project by @maker57sk in #17
  • fix typo by @eltociear in #19
  • Fix to prevent going into chatbot mode
  • More examples

New Contributors

v0.0.10

24 Apr 18:13
Compare
Choose a tag to compare

L♾️pGPT v0.0.10 🚀🚀

💻 Featuring:

  • Focused agent🕵️‍♂️s - Loop around a little less, get things done more precisely
  • Constraints - Add constraints to your agent🕵️‍♂️'s tasks by specifying agent.constraints = [...]
  • New built-in math tool ➗ - Agent🕵️‍♂️s can now perform calculations!
  • LLaMA🦙 and StableLM(via HuggingFace🤗) - Added experimental support for LLaMA and StableLM models so agent🕵️‍♂️s can now run on more than just OpenAI models! (not fully tested - no access to LLaMA and the models are too big 🥲)
  • RoBERTa embeddings provider(via HuggingFace🤗) - Added experimental support for using RoBERTa embeddings via HuggingFace🤗

LLaMA, RoBERTa support and other important refactors, thanks to @cg123!