Bernhard Mueller

Results 65 comments of Bernhard Mueller

I believe we can close this since the error in the OP is caused by the [OpenAI library](https://github.com/openai/openai-python).

PR #37 should address this issue but still needs some work. Feel free to give your feedback on that PR. @ibrarzahoor @ismaelc

I found a good prompt for testing the memory implementation: ``` python microgpt.py "Come up with an original idea for an online job that you can do autonomously. It is...

Hey everyone, I just created a Telegram group for coordinating development. If you like to join, drop me a DM on [Twitter](https://twitter.com/muellerberndt) for the link.

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

LLM support has been outsourced to [ThinkGPT](https://github.com/jina-ai/thinkgpt).

The upgraded plan doesn't include GPT-4 by default... you need to get on the waitlist. https://openai.com/waitlist/gpt-4-api

Weird, sounds like a shell-related issue. What operating system is that?

I think I know what the problem is: You are copying a command including a preceding %. Like this: % **%** python microgpt.py "Do some tests" This reproduces the "no...

> Do you think this is a problem with how I am prompting, is this a micro-gpt issue, a 3.5 issue, or a ThinkGPT issue? It's less of an issue...