From 66d209e4c66c0ea66cd9939e08b4ba9a1a5b0dc1 Mon Sep 17 00:00:00 2001 From: jeffser Date: Mon, 3 Jun 2024 16:34:35 -0600 Subject: [PATCH] New tip --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8e2bbfe..72f576b 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,9 @@ The chat data is located in `~/.var/app/com.jeffser.Alpaca/config/chats.json` yo ### Force showing the welcome dialog To do that you just need to delete the file `~/.var/app/com.jeffser.Alpaca/config/server.json`, this won't affect your saved chats or models. +### Add/Change environment variables for Ollama +You can change anything except `$HOME` and `$OLLAMA_HOST`, to do this go to `~/.var/app/com.jeffser.Alpaca/config/server.json` and change `ollama_overrides` accordingly, some overrides are available to change on the GUI + --- ## Thanks