Closed zhipeng9802 closed 1 month ago
qianfan version
system version
curl -X 'POST' \ 'http://127.0.0.1:8001/v1/chat/completions' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ "model": "ERNIE-3.5-8K", "stream_options": {"include_usage": true}, "messages": [ { "role": "system", "content": "You are a helpful assistant." }, { "role": "user", "content": "hello" } ], "stream": true }'
已修复,请关注下一次发版
System Info
qianfan version
system version
Reproduction