Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: openai_compatible 无法设置工作流的起始的inputs对象 #350

Open
DellDi opened this issue Mar 1, 2025 · 0 comments
Open

Comments

@DellDi
Copy link

DellDi commented Mar 1, 2025

Image

curl --request POST
--url https://31904gabboieo2a7.ai-plugin.io/chat/completions
--header 'Accept: application/json'
--header 'Accept-Encoding: gzip, deflate, br'
--header 'Authorization: app-xxx'
--header 'Connection: keep-alive'
--header 'Content-Type: application/json'
--header 'User-Agent: PostmanRuntime-ApipostRuntime/1.1.0'
--data '{
"model": "cea3c29d-925e-4416-b3c7-21a9f65ff6b5",
"inputs": {
"jiraUser": "zengdi"
},
"messages": [
{
"content": "新增dify代理工具",
"role": "user"
}
]
}'

@DellDi DellDi changed the title openai_compatible 无法设置工作流的起始的inputs对象 bug: openai_compatible 无法设置工作流的起始的inputs对象 Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant