error|AuthenticationError: <empty message>

what’s wrong with the code

Hmm… since it’s an authentication error, it seems like it probably has something to do with your api key.

This thread makes it sound like the problem could be related to storing the key in the environment: AutoGPT v0.3.1 crashes immediately after task given · Issue #4218 · Significant-Gravitas/AutoGPT · GitHub

So… one work-around might be to use your own api key but don’t store it in the environment. Just set it directly as described here:

This is purely a guess at what a possible work-around might be. :crossed_fingers: