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

Missing f-string notation & contextmanager fix #30

Closed kretes closed 1 year ago

kretes commented 1 year ago

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

muellerberndt commented 1 year ago

Ohh good catch, I introduced that bug when reformatting the code for Pylint compliance! EDIT: Second patch was also a good catch :)