feat: add mixedbread as a new model provider (#8523)

This commit is contained in:
zhuhao
2024-09-24 11:20:15 +08:00
committed by GitHub
parent 7c485f8bb8
commit 1ecf70dca0
19 changed files with 576 additions and 1 deletions

View File

@@ -122,6 +122,7 @@ CODE_EXECUTION_API_KEY = "dify-sandbox"
FIRECRAWL_API_KEY = "fc-"
TEI_EMBEDDING_SERVER_URL = "http://a.abc.com:11451"
TEI_RERANK_SERVER_URL = "http://a.abc.com:11451"
MIXEDBREAD_API_KEY = "mk-aaaaaaaaaaaaaaaaaaaa"
[tool.poetry]
name = "dify-api"