i put my pinecone key and region in the .env file but autogpt only uses localmemory and never writes anything to a file. It also seems to forget what it has already researched after a few steps.
6 Matching Annotations
- Sep 2025
-
github.com github.com
-
-
Unable to write file to local. Always report json error. I have been trying for more than ten hours since yesterday. I wasted a lot of openAI tokens and a lot of my time. Please, can you solve this first? ?
-
-
github.com github.com
-
Describe the problem
-
-
github.com github.com
-
Using MSVC 2022, but same error occurs while using LLVM/MSVC2019 compiler with my C++ application (in Qt 6.5.0)
-
-
github.com github.com
-
During backpropagation, the API crashes. Based on the error message, it appears to be indicative of an OOM situation.
-
- Aug 2025
-
github.com github.com
-
When attempting to add hub.KerasLayer to a tf.keras.Sequential model, TensorFlow raises a ValueError, stating that only instances of keras.Layer can be added. However, hub.KerasLayer is a subclass of keras.Layer, so this behavior seems unexpected. I expected hub.KerasLayer to be accepted as a valid layer in the tf.keras.Sequential model, as per the TensorFlow documentation.
-