mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
17 lines
304 B
Text
17 lines
304 B
Text
POST http://localhost:12000/v1/chat/completions
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"model": "--",
|
|
"messages": [
|
|
{
|
|
"role": "system",
|
|
"content": "You are a helpful assistant.\n"
|
|
},
|
|
{
|
|
"role": "user",
|
|
"content": "I want to sell red shoes"
|
|
}
|
|
],
|
|
"stream": true
|
|
}
|