mirror of
https://github.com/mudler/LocalAI
synced 2026-04-21 21:37:21 +00:00
12 lines
134 B
Text
12 lines
134 B
Text
|
|
meta {
|
||
|
|
name: get models list
|
||
|
|
type: http
|
||
|
|
seq: 2
|
||
|
|
}
|
||
|
|
|
||
|
|
get {
|
||
|
|
url: {{PROTOCOL}}{{HOST}}:{{PORT}}/models
|
||
|
|
body: none
|
||
|
|
auth: none
|
||
|
|
}
|