Update cli/main.py

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
mohammed bensassi 2026-03-08 14:07:00 +01:00 committed by GitHub
parent 18f78d418c
commit 25a9f37c2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -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),
)