bxfxf
bxfxf
> ``` > [[models.embeddings]] > name = "BAAI/bge-large-zh-v1.5" > provider = "hf" > # If not provided, the model will be downloaded from the Hugging Face model hub > #...
> Please remove your api_keys or set empty to api_keys in config file. have a try like this > > ``` > [system] > language = "${env:DBGPT_LANG:-zh}" > api_keys =...
@starweavingdream I have resolved this issue in https://github.com/langgenius/dify-plugin-sdks/pull/54. Could you please merge the PR? If there are any issues with the code, would you kindly give me a reply?
> [@crazywoola](https://github.com/crazywoola) Hello, could you please merge `bxfxf` submission into the project? I guess you need to wait for the official new versions of dify-plugin-sdks and dify-official-plugins to build, openai_api_compatible...
> [@bxfxf](https://github.com/bxfxf) Okay, thank you for your help. Apologies for the confusion earlier. This pull request still requires approval from the official developers. I submitted it several days ago, but...
> Great! I've merged it, the changes will be released in few days. Thank you very much!
@Yeuoly Hello,When the dify-plugin-sdk version upgraded, do I need to manually update the dify_plugin version in the requirements.txt file under openai_api_compatible, or will it automatically reference the new SDK version?