Skip to content

Conversation

Copy link

Copilot AI commented Dec 15, 2025

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.

Original prompt

让pytorch后端的ascend上也可以用在线server启动后,用下面的命令stream输出。
curl -N -X POST http://localhost:40001/v1/chat/completions
-H "Content-Type: application/json"
-d '{
"model": "qwen3-0.6b",
"messages": [{"role": "user", "content": "介绍一下你自己"}],
"stream": true
}'


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants