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:
parent
18f78d418c
commit
25a9f37c2f
|
|
@ -598,10 +598,10 @@ def get_user_selections():
|
||||||
console.print(
|
console.print(
|
||||||
Panel(
|
Panel(
|
||||||
f"[yellow]Warning:[/yellow] `OLLAMA_MODEL={env_model}` "
|
f"[yellow]Warning:[/yellow] `OLLAMA_MODEL={env_model}` "
|
||||||
"n'existe pas dans /api/tags. "
|
"does not exist in /api/tags. "
|
||||||
"Le serveur risque de renvoyer une erreur. "
|
"The server may return an error. "
|
||||||
"Mets `OLLAMA_MODEL` sur un nom présent dans la liste "
|
"Set `OLLAMA_MODEL` to a name from the list "
|
||||||
"ou supprime la variable pour utiliser la selection CLI.",
|
"or unset the variable to use the CLI selection.",
|
||||||
border_style="yellow",
|
border_style="yellow",
|
||||||
padding=(1, 2),
|
padding=(1, 2),
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue