-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
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"}
这个是什么原因
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels