Skip to content

LLaMazing v0.6.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Feb 16:57

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 '*'