-
Notifications
You must be signed in to change notification settings - Fork 376
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
Can support llm by api? #65
Comments
Strongly support. If the standard OpenAI API is supported, it will facilitate our use of large-parameter language models. This would be extremely convenient. |
I like this idea as well 💡It would probably add delay though, but it would be a good way to help people get this into prod. I will add it to the ideas. If you want to work on it, we welcome contributions :) |
current blocker for me. thank you. |
I'm happy to have a go at including OpenAI API support 😊 |
ah, just seen there's already a PR for this in #81 |
Bump, this would be perfect addition! |
Hey there, the OpenAI API PR (#81) is now merged! |
Greate project, we want use this in our production dev. And use dify chat api as below:
http://192.168.32.241:8088/
Request POST /chat-messages curl -X POST 'http://192.168.32.241:8088/v1/chat-messages' \ --header 'Authorization: Bearer {api_key}' \ --header 'Content-Type: application/json' \ --data-raw '{ "inputs": {}, "query": "What are the specs of the iPhone 13 Pro Max?", "response_mode": "streaming", "conversation_id": "", "user": "abc-123", "files": [ { "type": "image", "transfer_method": "remote_url", "url": "https://cloud.dify.ai/logo/logo-site.png" } ] }'
Cant this be supported?
The text was updated successfully, but these errors were encountered: