Skip to content

Releases: vitalops/openvibe

v0.1.1

Choose a tag to compare

@FayazRahman FayazRahman released this 10 Mar 11:20

What's Changed

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

v0.1.0

Choose a tag to compare

@FayazRahman FayazRahman released this 16 Jul 21:02

What's Changed

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

v0.0.15

Choose a tag to compare

@FayazRahman FayazRahman released this 12 May 15:42

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

Choose a tag to compare

@FayazRahman FayazRahman released this 10 May 20:35
  • Major bug fix

v0.0.13

Choose a tag to compare

@FayazRahman FayazRahman released this 09 May 23:00
c11f1ad

What's Changed

New Contributors

v0.0.12

Choose a tag to compare

@FayazRahman FayazRahman released this 30 Apr 13:57

What's Changed

New Contributors

v0.0.11

Choose a tag to compare

@FayazRahman FayazRahman released this 27 Apr 09:27

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

Choose a tag to compare

@FayazRahman FayazRahman released this 24 Apr 18:13

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!