apirrone / Memento

Memento is a Python app that records everything you do on your computer and lets you go back in time, search, and chat with a LLM (Large Language Model) to find back information about what you did.
MIT License
482 stars 37 forks source link

Make it possible to run Memento without an Openai API key #64

Closed apirrone closed 8 months ago

apirrone commented 8 months ago

if OPENAI_API_KEY environment variable is not found, disabling the llm related features, but everything else works