From 25a9f37c2fc89e0a4b9911cb4e1943ea3549f783 Mon Sep 17 00:00:00 2001 From: mohammed bensassi Date: Sun, 8 Mar 2026 14:07:00 +0100 Subject: [PATCH] Update cli/main.py Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- cli/main.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cli/main.py b/cli/main.py index 264ccffd..4672a14a 100644 --- a/cli/main.py +++ b/cli/main.py @@ -598,10 +598,10 @@ def get_user_selections(): console.print( Panel( f"[yellow]Warning:[/yellow] `OLLAMA_MODEL={env_model}` " - "n'existe pas dans /api/tags. " - "Le serveur risque de renvoyer une erreur. " - "Mets `OLLAMA_MODEL` sur un nom présent dans la liste " - "ou supprime la variable pour utiliser la selection CLI.", + "does not exist in /api/tags. " + "The server may return an error. " + "Set `OLLAMA_MODEL` to a name from the list " + "or unset the variable to use the CLI selection.", border_style="yellow", padding=(1, 2), )