Dify2OpenAI
Dify2OpenAI copied to clipboard
Cannot POST
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">\nCannot POST /v1/chat-messages\n\n