Skip to content

图片询问好像不支持 detail参数 #302

Open
@YangXiao-logic

Description

@YangXiao-logic

图片询问好像不支持
response = client.chat.completions.create(
model="gpt-4o",
messages=[
{
"role": "user",
"content": [
{"type": "text", "text": "What's in this image?"},
{
"type": "image_url",
"image_url": {
"url": "....",
"detail": "low"
},
},
],
}
],
max_tokens=300,
)
比如这个请求中的detail参数

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions