Hi, I encountered an issue during using the latest version of Letta. I addressed the github issue link below for more details. I’d be appreciate if someone could help for this. Thanks in advanced!
For people coming in later, @kobayashi was able to resolve this:
After debugging, I know why I awlays getting errors before about mssing base_url and default_prompt_formatter. That is because I exeucted letta server before export OLLAMA_BASE_URL=http://localhost:11434 which caused there was always a ollama provider without base_url and default_prompt_formatter.
Therefore, just need to delete the old provider then run letta server again.