langgenius / dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
https://dify.ai
Other
45.31k stars 6.36k forks source link

Add support for third-party AI API (https://deepbricks.ai) #6856

Closed kson34 closed 3 weeks ago

kson34 commented 1 month ago

Self Checks

1. Is this request related to a challenge you're experiencing? Tell me about your story.

I can use deepbricks api to add claude3.5 on lobehub, but I can't add claude in dify. In addition, I can use deepbricks api to add GPT4o to dify. Can this be solved?

2. Additional context or comments

No response

3. Can you help us with this feature?

greycodee commented 1 month ago

Because deepbricks.ai supports the openai interface specification, you can use deepbricks.ai by changing the Api Base. Xnip2024-08-01_11-51-06

kson34 commented 1 month ago

As I described, openAI is supported, but claude is not. bug00