tests/test_feedback_smoke.py aktualisiert
All checks were successful
Deploy mindnet to llm-node / deploy (push) Successful in 4s

This commit is contained in:
Lars 2025-12-08 07:10:44 +01:00
parent e39b685b1e
commit d7217672a3

View File

@ -4,7 +4,7 @@ import sys
import time import time
# Konfiguration # Konfiguration
BASE_URL = "http://localhost:8002" BASE_URL = "http://localhost:8001"
QUERY_URL = f"{BASE_URL}/query" QUERY_URL = f"{BASE_URL}/query"
FEEDBACK_URL = f"{BASE_URL}/feedback" FEEDBACK_URL = f"{BASE_URL}/feedback"