From 733c67156b6b649d48451b327289526b3793d21e Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 23 Sep 2025 07:23:37 +0200 Subject: [PATCH] Fix models order in example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f45490..8316be2 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Note that it is probably possible to run the project on other GPUs or modern Mac Choose the models you wish to use in the `.env` file. Put the embedding model first and the default model second. ```bash -MODELS=gemma3n:e4b,nomic-embed-text,gpt-oss:20b,llama3.1:8b,llama3.2:3b,gemma3:12b-it-qat +MODELS=nomic-embed-text,gemma3n:e4b,gpt-oss:20b,llama3.1:8b,llama3.2:3b,gemma3:12b-it-qat ``` Add an API key to secure server access by adding a `.env` file like this (you can generate one with `openssl rand -hex 16`):