meta { name: chat-completions -stream- type: http seq: 6 } post { url: {{PROTOCOL}}{{HOST}}:{{PORT}}/chat/completions body: json auth: none } headers { Content-Type: application/json } body:json { { "model": "{{DEFAULT_MODEL}}", "messages": [{"role": "user", "content": "Explain how I can set sail on the ocean using only power generated by seagulls?"}], "max_tokens": 256, "temperature": 0.9, "stream": true } }