Releases: farizrahman4u/loopgpt
Releases · farizrahman4u/loopgpt
v0.1.1
What's Changed
- Support latest openai API by @FayazRahman in #59
- LLama support by @FayazRahman in #60
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- AI Functions. by @FayazRahman in #52
- AI Functions update by @FayazRahman in #53
Full Changelog: v0.0.15...v0.1.0
v0.0.15
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
Full Changelog: v0.0.14...v0.0.15
v0.0.14
- Major bug fix
v0.0.13
What's Changed
- Update "no OpenAPI API key" warning by @iskandarreza in #30
- standardfiles+templates by @lightningRalf in #33
- OpenAI Azure API support by @FayazRahman in #43
New Contributors
- @lightningRalf made their first contribution in #33
v0.0.12
What's Changed
- Fix typo in next prompt by @Pixeladed in #21
- Ask user command by @FayazRahman in #23
- Save agent on crash by @FayazRahman in #26
- Agent API updates and doc file by @FayazRahman in #28
- Add model option in CLI by @FayazRahman in #29
- Modified ListFiles class to clearly distinguish files from directories by @iskandarreza in #24
- Directory custom tools - CurrentWorkingDir, MakeDirectory by @iskandarreza in #22
New Contributors
- @Pixeladed made their first contribution in #21
- @iskandarreza made their first contribution in #24
v0.0.11
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
- @maker57sk made their first contribution in #17
- @eltociear made their first contribution in #19
v0.0.10
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!