mirror of
https://github.com/mudler/LocalAI
synced 2026-04-27 00:07:17 +00:00
24 lines
319 B
Text
24 lines
319 B
Text
|
|
meta {
|
||
|
|
name: musicgen
|
||
|
|
type: http
|
||
|
|
seq: 2
|
||
|
|
}
|
||
|
|
|
||
|
|
post {
|
||
|
|
url: {{PROTOCOL}}{{HOST}}:{{PORT}}/tts
|
||
|
|
body: json
|
||
|
|
auth: none
|
||
|
|
}
|
||
|
|
|
||
|
|
headers {
|
||
|
|
Content-Type: application/json
|
||
|
|
}
|
||
|
|
|
||
|
|
body:json {
|
||
|
|
{
|
||
|
|
"backend": "transformers-musicgen",
|
||
|
|
"model": "facebook/musicgen-small",
|
||
|
|
"input": "80s Synths playing Jazz"
|
||
|
|
}
|
||
|
|
}
|