You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MacOS Version: 14.5
Running on the main branch ( Oct 31 8AM EDT )
How to reproduce the error
unset all LLM Provider keys in shell
add LLM Provider key to .env file
Start application and create an agent. The only model available is the letta-free.
This was tested with:
GROQ_API_KEY=""
OPENAI_API_KEY="sk-"
Both work fine when the keys are exported to the shell. However, if the keys are not in the shell but described in the .env file they were not picked up by the application.
System Information
MacOS Version: 14.5
Running on the main branch ( Oct 31 8AM EDT )
How to reproduce the error
This was tested with:
GROQ_API_KEY=""
OPENAI_API_KEY="sk-"
Both work fine when the keys are exported to the shell. However, if the keys are not in the shell but described in the .env file they were not picked up by the application.
Related Bugs
This is related to the closed ticket:
And the open ticket:
The text was updated successfully, but these errors were encountered: