llm-api/llm_api.py aktualisiert
All checks were successful
Deploy Trainer_LLM to llm-node / deploy (push) Successful in 2s
All checks were successful
Deploy Trainer_LLM to llm-node / deploy (push) Successful in 2s
This commit is contained in:
parent
a02008ec17
commit
d3b781679a
|
|
@ -28,6 +28,6 @@ async def unicorn_exception_handler(request, exc):
|
|||
return JSONResponse(status_code=500, content={"detail": "Interner Serverfehler."})
|
||||
|
||||
# Router einbinden
|
||||
app.include_router(wiki_router, prefix="/import/wiki")
|
||||
app.include_router(wiki_router)
|
||||
app.include_router(embed_router)
|
||||
app.include_router(exercise_router)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user