mini-agi icon indicating copy to clipboard operation
mini-agi copied to clipboard

MiniAGI is a simple general-purpose autonomous agent based on the OpenAI API.

Results 30 mini-agi issues
Sort by recently updated
recently updated
newest added

i think this is common for other builds as well.

Executing commands works fine but when trying to write a python script. I've noticed that the generate file contain no new lines so execute_python fails and retry again and again...

I have provided the valid OpenAI key in .env but I guess it is not valid for gpt-4 what to use for 3.5 ? The model `gpt-3.5` does not exist...

It didn't seem to work without that ;-)

The current memory code is pretty ad-hoc and unoptimized. It's unclear whether the query method and values used lead to optimal results in long-running tasks. Some questions: - Is it...

enhancement

Add a new command named `retrieve` (or similar) that allows the agent to query an index in an external vector database specified in the environment. ## Rationale It would be...

enhancement

I have this problem when I try to run with python 3.8 I have tried with other version too but it get too many errors ``` python3.8 microgpt.py "Programmatically draw...

Hello, on first launch it correctly creates the index. But right after that micro-gpt stops with this error. It doesn't seem to be related to Pinecone since it does this...

Would you like to add Azure GPT-4 support? That would help allot of people