ByteDance-Seed / ByteDance-Seed/seed-oss
Seed-oss推理时候,think设置disabled不生效
- Dominant language
- Python
- Stars
- 891
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
client = openai.Client(
api_key="not empty",
base_url="http://XXXX:XX/v1"
response = client.chat.completions.create(
"model="seed",
messages=[
"content": prompt,
"role": "system",
"content": query,
"role": "user",
],
extra_body={"thinking": {"type":"disabled"}}, #关闭think
为什么非思考不生效
以及
thinking_budget怎么设置
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the behavior with the Python client entry point `client.chat.completions.create` and the shown `extra_body` settings. Check how `thinking.type` set to `disabled` and `thinking_budget` are handled, then verify completion behavior for both options; the issue is done when the requested settings work or their supported behavior is clearly established.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100