Skip to content

Cannot POST #5

@ziyu211

Description

@ziyu211

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">\n<title>Error</title>\n\n\n

Cannot POST /v1/chat-messages
\n\n\n","requestId":"879p8pgoHfImZA9PJLVGwOcBC6dtg","status":404,"statusText":"Not Found","timestamp":"2025-05-16 14:13:18"}
这个是什么原因

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