-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
在一开始生成图片时 使用了 接口 /v1/chat/completions 出现了 和 #76 一样的问题,一个错误的网址 ,后面根据 #70 修改了一下 使用 /v1/responses 成功获取到图片,但是不清楚如何将已有图片上传 实现 图生图 尝试了messages 列表包含 text 和 image_url 的方式 但好像并没有成功, 能否在redeme中简单的描述一下接口 或者 写一个简单的demo
"Initially, when using the /v1/chat/completions endpoint to generate images, I encountered the same issue as #76 (an incorrect URL). Following the advice in #70, I switched to /v1/responses and successfully retrieved the images.
However, I am not sure how to upload an existing image to implement Image-to-Image (img2img). I tried including text and image_url in the messages list, but it didn't seem to work. Could you briefly describe the endpoint in the README or provide a simple demo?"
Metadata
Metadata
Assignees
Labels
No labels