🔥 Remove April Fool's @app.vibe() 🤪 (#15363)

This commit is contained in:
Sebastián Ramírez
2026-04-16 13:35:06 +02:00
committed by GitHub
parent 9653034b8d
commit ae4e45c5cc
5 changed files with 1 additions and 133 deletions

View File

@@ -1,12 +0,0 @@
from typing import Any
from fastapi import FastAPI
app = FastAPI()
@app.vibe(
"/vibe/",
prompt="pls return json of users from database. make no mistakes",
)
async def ai_vibes(body: Any): ...