From 35af444c88cc15fc5e44b291d8ce801ad34b869e Mon Sep 17 00:00:00 2001 From: gramps Date: Thu, 9 Jul 2026 10:13:58 -0700 Subject: [PATCH] fix: add /fim/completions route for Continue compatibility (no /v1 prefix) --- routers/completions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/routers/completions.py b/routers/completions.py index e884eea..ae6c73b 100644 --- a/routers/completions.py +++ b/routers/completions.py @@ -249,6 +249,7 @@ async def _blocking_chat(payload: dict, model: str, conv_id: str, request: Reque @router.post("/v1/fim/completions") +@router.post("/fim/completions") async def fim_completions(request: Request): _check_api_key(request) try: