Add without env. var

Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
Víctor Mayoral Vilches 2025-05-08 18:40:02 +02:00
parent 946c4ffa28
commit 6213f05e10
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
export $var="${!var}"
fi
done
- curl $OLLAMA_API_BASE/api/tags # validate that ollama is running
- curl http://localhost:8000/api/tags # validate that ollama is running
variables:
OLLAMA_API_BASE: "http://localhost:8000"
OPENROUTER_API_BASE: "https://openrouter.ai/api/v1"