llm-api/embed_router.py aktualisiert
All checks were successful
Deploy Trainer_LLM to llm-node / deploy (push) Successful in 2s

This commit is contained in:
Lars 2025-08-10 16:55:37 +02:00
parent 8b6b47c63e
commit 4d5d36d6e7

View File

@ -1,4 +1,4 @@
# Kommentarzeile
# Kommentarzeile zum Testen ob der Server die Änderung erkennt
from fastapi import APIRouter, HTTPException, Query
from fastapi.responses import JSONResponse
from pydantic import BaseModel, Field