Open mcapodici opened 1 week ago
The API key in .env shouldn’t be in “ “. The key isn’t being loaded properly.
The quotes will not cause the problem. I validated this by unsetting my shell variable ( unset OPENAI_API_KEY) and then used the .env file with a quoted key and it pulled in the models as normal.
Describe the bug
(Following steps on https://docs.letta.com/server/docker#run-letta-server-with-docker)
Errors in console:
Please describe your setup
letta
? DockerNOTE: I am sure the server is reading the .env file because as soon as you add the key, it removes it from the list of "missing keys" in the console log.