muellerberndt / mini-agi

MiniAGI is a simple general-purpose autonomous agent based on the OpenAI API.
MIT License
2.81k stars 294 forks source link

Add support for other LLMs via a separate module? #35

Closed ismaelc closed 1 year ago

ismaelc commented 1 year ago

Similar to memory.py

muellerberndt commented 1 year ago

Sure, is that something you'd like to take on?

ismaelc commented 1 year ago

I haven't tried out the other LLMs. Will investigate

muellerberndt commented 1 year ago

LLM support has been outsourced to ThinkGPT.