app/embed_server.py aktualisiert
All checks were successful
Deploy mindnet to llm-node / deploy (push) Successful in 3s

This commit is contained in:
Lars 2025-09-03 12:55:02 +02:00
parent 3c0a406358
commit fe0aea7497

View File

@ -1,3 +1,6 @@
"""
Version 1
"""
from __future__ import annotations
from fastapi import FastAPI, HTTPException
from pydantic import BaseModel