llama-cpp.yaml
1 info: 2 name: llama-cpp 3 author: 腾讯朱雀实验室 4 severity: info 5 desc: 基于 C++ 的 LLaMA 模型推理引擎,支持本地高效运行 LLaMA 系列模型。 6 metadata: 7 product: llama-cpp 8 vendor: llama-cpp 9 http: 10 - method: GET 11 path: '/v1/models' 12 matchers: 13 - body="\"owned_by\":\"llamacpp\"" 14 - method: GET 15 path: '/health' 16 matchers: 17 - header="llama.cpp"