Claude übernimmt

This commit is contained in:
chk
2026-06-08 20:34:43 +02:00
parent 53db55ba36
commit 4358857cf2
9 changed files with 515 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ from .server import create_app
def start_server(
robot_json=None,
host: str = "0.0.0.0",
port: int = 8080,
port: int = 8446,
) -> None:
import uvicorn
app = create_app(robot_json=robot_json)