mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-18 20:27:57 +00:00
cde0139363
Signed-off-by: Dave Lee <dave@gray101.com>
23 lines
349 B
Plaintext
23 lines
349 B
Plaintext
meta {
|
|
name: add model gallery
|
|
type: http
|
|
seq: 10
|
|
}
|
|
|
|
post {
|
|
url: {{PROTOCOL}}{{HOST}}:{{PORT}}/models/galleries
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
headers {
|
|
Content-Type: application/json
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"url": "file:///home/dave/projects/model-gallery/huggingface/TheBloke__CodeLlama-7B-Instruct-GGML.yaml",
|
|
"name": "test"
|
|
}
|
|
}
|