KittHaab
KittHaab
I have tried multiple AutoGPT tasks and sooner or later thrown out due to above mentioned "openai.error.InvalidRequestError: This model's maximum context length is 4097 tokens. However, your messages resulted in...
Similar problem. File "C:\Users\me\AppData\Local\Programs\Python\Python311\Lib\encodings\cp1257.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ UnicodeDecodeError: 'charmap' codec can't decode byte 0x9f in position 23: character maps to Would like to switch from cp1257...
Checked OpenAI API key in .env. Created even a new key. Did not help. What is interesting is that in in API keys table (" NAME | KEY | CREATED...
Although I have a correct OpenAI API key in environment variable, I tried later to set it also manually from Command Line ("set OPENAI_KEY=sk........."), but that did not help either
Made a local temporary fix, that I do not advise to others and **please fix it properly.** ### **The problem exists - latest version (v0.3.1) can't access OpenAI API key!**...
You are correct! Commenting out line 56 works fine
Writing results to file did not work (as file contained only python code) although AutoGPT reported "Task completed successfully" and was shutting down. Nothing was printed to console, although such...