tests/test_feedback_smoke.py aktualisiert
All checks were successful
Deploy mindnet to llm-node / deploy (push) Successful in 4s
All checks were successful
Deploy mindnet to llm-node / deploy (push) Successful in 4s
This commit is contained in:
parent
e39b685b1e
commit
d7217672a3
|
|
@ -4,7 +4,7 @@ import sys
|
|||
import time
|
||||
|
||||
# Konfiguration
|
||||
BASE_URL = "http://localhost:8002"
|
||||
BASE_URL = "http://localhost:8001"
|
||||
QUERY_URL = f"{BASE_URL}/query"
|
||||
FEEDBACK_URL = f"{BASE_URL}/feedback"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user