mirror of
https://github.com/mudler/LocalAI.git
synced 2025-02-06 19:20:16 +00:00
12 lines
134 B
Plaintext
12 lines
134 B
Plaintext
meta {
|
|
name: get models list
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: {{PROTOCOL}}{{HOST}}:{{PORT}}/models
|
|
body: none
|
|
auth: none
|
|
}
|