chore: interne Host-Adresse durch generischen Hostnamen ersetzt

Ersetzt die private LAN-IP des Jetson durch jetson.local in Doku,
Beispiel-Workflows und als Default in scripts/llm.py. Betrifft nur
Fallback-Werte -- die Org-Variable JETSON_OLLAMA_URL bzw. AI_BASE_URL
hat weiterhin Vorrang.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Tarik Moussa
2026-07-31 00:35:23 +02:00
parent 38a6851b46
commit 5317e40fe7
9 changed files with 12 additions and 12 deletions

View File

@@ -28,7 +28,7 @@ jobs:
env:
AI_PROVIDER: ollama
AI_MODEL: coder
AI_BASE_URL: http://192.168.178.103:11434/v1
AI_BASE_URL: http://jetson.local:11434/v1
GITEA_TOKEN: ${{ github.token }}
GITEA_API: https://git.eulernest.eu/api/v1
run: python /opt/ci-ai/scripts/ai_review.py

View File

@@ -28,7 +28,7 @@
# env:
# AI_PROVIDER: ollama
# AI_MODEL: coder
# AI_BASE_URL: http://192.168.178.103:11434/v1
# AI_BASE_URL: http://jetson.local:11434/v1
# GITEA_TOKEN: ${{ github.token }}
# GITEA_API: https://git.eulernest.eu/api/v1
# run: |

View File

@@ -55,7 +55,7 @@ jobs:
env:
AI_PROVIDER: ollama
AI_MODEL: coder
AI_BASE_URL: http://192.168.178.103:11434/v1
AI_BASE_URL: http://jetson.local:11434/v1
GITEA_TOKEN: ${{ github.token }}
GITEA_API: https://git.eulernest.eu/api/v1
run: |