Results 14 comments of sktdev

even after adding .env file with open_api_key I receive environment variable error. api key not found. i've placed it in root directory as well as /loopgpt directory and still the...

Using windows 11

I've tried like this `OPENAI_API_KEY = "sk-mykey"` also like this `OPENAI_API_KEY=sk-mykey`

Using autogpt daily and no issues on that one btw

maybe its possible docker is messing it up. I can try to pull fresh

Same outcome with a fresh clone... hmm at a loss on this one

the fresh clone is in /looptest, .env is in /looptest and I am running "loopgpt run" in the same directory.

`PS C:\looptest> python ./examples/research_gpt.py WARNING: OpenAI API Key not found. Please set the `OPENAI_API_KEY` environment variable. LoopGPT cannot work without it. See https://github.com/farizrahman4u/loopgpt#-requirements for more details +------------------------------------------------------------+ | ██╗░░░░░░█████╗░░█████╗░██████╗░░██████╗░██████╗░████████╗ |...