8000 feat(server): include llama-cpp-python version in openapi spec · devilcoder01/llama-cpp-python@cde7514 · GitHub
[go: up one dir, main page]

Skip to content

Commit cde7514

Browse files
committed
feat(server): include llama-cpp-python version in openapi spec
1 parent 2588f34 commit cde7514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama_cpp/server/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def create_app(
118118
app = FastAPI(
119119
middleware=middleware,
120120
title="🦙 llama.cpp Python API",
121-
version="0.0.1",
121+
version=llama_cpp.__version__,
122122
)
123123
app.add_middleware(
124124
CORSMiddleware,

0 commit comments

Comments
 (0)
0