From b576a2f11609bea85bedc385403518cb2877e5c7 Mon Sep 17 00:00:00 2001 From: kingbri Date: Sat, 7 Sep 2024 21:45:51 -0400 Subject: [PATCH] API: Bump sent koboldcpp version Unlock DRY on lite UI. Signed-off-by: kingbri --- endpoints/Kobold/router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints/Kobold/router.py b/endpoints/Kobold/router.py index 334bae29..310a3809 100644 --- a/endpoints/Kobold/router.py +++ b/endpoints/Kobold/router.py @@ -137,7 +137,7 @@ async def get_version(): async def get_extra_version(): """Impersonate Koboldcpp.""" - return {"result": "KoboldCpp", "version": "1.61"} + return {"result": "KoboldCpp", "version": "1.71"} @kai_router.get("/config/soft_prompts_list")