server : add system_fingerprint to chat/completion (#10917)

* server : add system_fingerprint to chat/completion

* update README
This commit is contained in:
Xuan Son Nguyen
2024-12-23 12:02:44 +01:00
committed by GitHub
parent 86bf31cfe6
commit 485dc01214
4 changed files with 25 additions and 15 deletions

View File

@@ -724,7 +724,8 @@ This endpoint is public (no API key check). By default, it is read-only. To make
},
"total_slots": 1,
"model_path": "../models/Meta-Llama-3.1-8B-Instruct-Q4_K_M.gguf",
"chat_template": "..."
"chat_template": "...",
"build_info": "b(build number)-(build commit hash)"
}
```