Skip to content

Conversation

@yq33victor
Copy link
Collaborator

No description provided.

@yq33victor
Copy link
Collaborator Author

The test is passed.

curl http://localhost:9977/v1/chat/completions   -H "Content-Type: application/json"   -d '{
    "model": "Qwen2-7B-Instruct",
    "max_tokens": 10,
    "temperature": 0,
    "stream": true,
    "messages": [
      {
        "role": "system",
        "content": "You are a helpful assistant."
      },
      {
        "role": "user",
        "content": "hello xllm"
      }
    ],
    "xxxx": "xxx",   # ===> unknow fileds will be ignored
    "yyy":true         # ===> unknow fileds will be ignored
  }'

@liutongxuan liutongxuan merged commit 732edd8 into jd-opensource:main Oct 30, 2025
5 checks passed
magicheng0816 pushed a commit to magicheng0816/xllm that referenced this pull request Nov 3, 2025
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.

3 participants