Dify2OpenAI icon indicating copy to clipboard operation
Dify2OpenAI copied to clipboard

Cannot POST

Open ziyu211 opened this issue 7 months ago • 0 comments

curl http://localhost:3099/v1/chat/completions
-H "Content-Type: application/json"
-H "Authorization: Bearer http://localhost:3099/v1|app-W3DmVjJrbcyHO12D9s8fGGRFa|Chat"
-X POST
-d '{ "model": "dify", "stream": true, "messages": [ { "role": "system", "content": "You are a helpful assistant." }, { "role": "user", "content": "你好" } ] }'

报错如下: error: Dify API 请求失败 {"errorBody":"\n<html lang="en">\n

\n<meta charset="utf-8">\nError\n\n\n
Cannot POST /v1/chat-messages
\n\n

ziyu211 avatar May 16 '25 06:05 ziyu211