Skip to content

v0.0.10

Compare
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!