Skip to content

Releases: kingjulio8238/memary

v0.1.3

27 May 21:27
d9906d8
Compare
Choose a tag to compare

What's Changed

  • version 0.1.2 quickfix by @kevinl424 in #38
  • Specify suggested default models by @kingjulio8238 in #41
  • Tool flexibility by @kevinl424 in #40
    • ability to initialize ChatAgent with subset of default tools with new parameter
    • add_tools now allows users to add their own custom tools to be used by ChatAgent
    • remove_tool allows users to remove both custom and default tools
    • README Usage section additions detailing how to use these new methods

Version Release Demo: https://youtu.be/JhXn8HE56Rw

v0.1.2

21 May 05:33
97320bb
Compare
Choose a tag to compare

What's Changed

  • docs: Update README for pip install by @kevinl424 in #34
  • Ollama integration by @kevinl424 in #36
    • feat: support llama3 and llava models
    • feat: llm/vision switching interface in UI

Contributors

@kevinl424 @kingjulio8238 @seyeong-han

v0.1.1

09 May 23:52
d87ebd4
Compare
Choose a tag to compare

Big Update!

You can install memary from python package and implement our modules on your own projects!

pip install memary==0.1.1

What's Changed


Contributors

@kevinl424 @shreybirmiwal @kingjulio8238 @seyeong-han

v0.1.0

02 May 13:20
e143fbd
Compare
Choose a tag to compare

Finalize with this stable code.