increase API version

This commit is contained in:
Concedo
2023-04-15 18:09:29 +08:00
parent c168c08245
commit d22423e4be

View File

@@ -805,7 +805,7 @@ tags = [
api_version = None # This gets set automatically so don't change this value api_version = None # This gets set automatically so don't change this value
api_v1 = KoboldAPISpec( api_v1 = KoboldAPISpec(
version="1.2.1", version="1.2.2",
prefixes=["/api/v1", "/api/latest"], prefixes=["/api/v1", "/api/latest"],
tags=tags, tags=tags,
) )