LocalAI/.bruno/LocalAI Test Requests/model gallery/add model gallery.bru
2024-10-30 09:10:33 +01:00

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"
}
}