kingjulio8238 / memary

Human Memory for AI Agents.
https://www.memarylabs.com
MIT License
1.14k stars 79 forks source link

LLM-model-switcher #32

Closed shreybirmiwal closed 1 month ago

shreybirmiwal commented 1 month ago

Got the UI and the function + ollama to switch models

Stuck on writing the actual function:

def setLLM(self, llm): print("Setting LLM...", llm)

But will try again tomorrow Sending PR if anyone knows how to go about this

kevinl424 commented 1 month ago

Got the UI and the function + ollama to switch models

Stuck on writing the actual function:

def setLLM(self, llm): print("Setting LLM...", llm)

But will try again tomorrow Sending PR if anyone knows how to go about this

Good stuff here, let me give it a go

kingjulio8238 commented 1 month ago

All proposed functionalities are included in PR #36 and in release v0.1.2