.
This commit is contained in:
parent
92ce0c1d3b
commit
9efc306e38
1 changed files with 2 additions and 2 deletions
|
|
@ -51,10 +51,10 @@ jobs:
|
|||
}"
|
||||
|
||||
echo "Testing Ollama connectivity..."
|
||||
curl -v http://ollama:11434/api/tags || echo "Ollama unreachable"
|
||||
curl -v http://10.0.1.84:11434/api/tags || echo "Ollama unreachable"
|
||||
|
||||
echo "Sending validation request to Ollama..."
|
||||
RESPONSE=$(curl -s -X POST http://ollama:11434/api/generate \
|
||||
RESPONSE=$(curl -s -X POST http://10.0.1.84:11434/api/generate \
|
||||
-H "Content-Type: application/json" \
|
||||
--max-time 300 \
|
||||
-d "{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue