server: fix usage stats (#1647)

Co-authored-by: firecoperana <firecoperana>
This commit is contained in:
firecoperana
2026-04-17 07:27:47 +02:00
committed by GitHub
co-authored by firecoperana <firecoperana>
parent a42f898d35
commit 7b6507ddac
5 changed files with 34 additions and 26 deletions
+2 -1
View File
@@ -1262,7 +1262,8 @@ int main(int argc, char ** argv) {
{"object", "model"},
{"created", std::time(0)},
{"owned_by", "llamacpp"},
{"meta", model_meta}
{"meta", model_meta},
{"max_model_len", params.n_ctx}, //vllm specs
},
}}
};