Skip to content

[Bug]: "2+2等于几“回答None #22

Description

@janboeye

Your current environment

commit id 72261a7

两台dgx spark

deepseek-ai/DeepSeek-V4-Flash

🐛 Describe the bug

下面的测试返回None,commit 5d1584e2de2b3c64540e70dfc370b0211eb6b2fc是正常的

curl -s http://localhost:8000/v1/chat/completions   -H "Content-Type: application/json"   -d '{"model":"deepseek-ai/DeepSeek-V4-Flash","messages":[{"role":"user","content":"2+2等于几?"}],"max_tokens":20}'   | python3 -c "import sys,json; d=json.load(sys.stdin); print(d['choices'][0]['message']['content'])"

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions