Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 176 Bytes

example.rest

File metadata and controls

12 lines (9 loc) · 176 Bytes

@server = http://127.0.0.1:3000

# get all models GET {{server}}/v1/models

# compilation of chat POST {{server}}/v1/models/compile {

"model": "chat", "language": "en"

}