infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
16.9k stars 1.72k forks source link

[Question]: how can i add yi(01) model? #1992

Open stuffings opened 3 weeks ago

stuffings commented 3 weeks ago

Describe your problem

截屏2024-08-19 09 34 45

always report error.

seems ragflow didn't add yi models, but try to add gpt3.5?

hangters commented 3 weeks ago

hi @stuffings add yi llm 屏幕截图_19-8-2024_10431_demo ragflow io If your ragflow does not have this interface, you can update ragflow to the dev version to obtain it. Additionally, the 01.AI interface we integrated uses the English base_url, so you may need to register at https://platform.01.ai/apikeys to get an API key; otherwise, you won’t be able to add it. You can refer to #1977 for more details.