Skip to content

Releases: da-z/llamazing

LLaMazing v0.6.5

29 Feb 16:57
Compare
Choose a tag to compare

app-icon

New Features

  • use local storage for previous messages (d817f0a3)

❗Note: In order for the standalone app to work, you have to run Ollama server like this:

$ OLLAMA_ORIGINS=* ollama serve

Alternatively, set the property globally and restart Ollama server (does not persist system restart)

$ launchctl setenv OLLAMA_ORIGINS '*'