ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Question]: Does user_default_llm in service_conf.yaml.template support Azure-OpenAI?

Open stevenhe1988 opened this issue 1 year ago • 2 comments

Describe your problem

I'm using RAGFlow 0.17 on Windows, and I've trying to add Azure-OpenAI as default LLM. according to documents (https://ragflow.io/docs/dev/configurations), it support 6 factory type but not include Azure-OpenAI, and I tried to set Azure-OpenAI as default by myself but it does not work (still shows Tongyi as default and I'm using a newly added account already).

So I'm wondering it's because Azure-OpenAI is not supported to be a default LLM, or I did not config right?

stevenhe1988 avatar Mar 11 '25 03:03 stevenhe1988

What's your conf/service_conf.ymal look like in part of user_default_llm?

KevinHuSh avatar Mar 11 '25 04:03 KevinHuSh

What's your conf/service_conf.ymal look like in part of user_default_llm?

Image

Thanks, this is how I set. base_url is a self-build API endpoint

stevenhe1988 avatar Mar 11 '25 05:03 stevenhe1988