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
feat: add configurable LLM settings for mem0_memory tool (#221)
- Add support for MEM0_LLM_PROVIDER, MEM0_LLM_MODEL, MEM0_LLM_TEMPERATURE, MEM0_LLM_MAX_TOKENS environment variables
- Add support for MEM0_EMBEDDER_PROVIDER, MEM0_EMBEDDER_MODEL environment variables
- Fix DEFAULT_CONFIG to properly use os.environ.get() with defaults
- Add comprehensive tests for environment variable configuration
- Update README.md documentation with new configuration options
- Add module docstring documentation for new environment variables
Fixes#220
Co-authored-by: Hemanth <[email protected]>
0 commit comments