infiniflow / ragflow

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

[Question]: When I chat with Agent, error: LookupError('Model(deepseek-chat) not authorized') #2612

Closed LillyChen closed 1 month ago

LillyChen commented 1 month ago

Describe your problem

factory: 'Tongyi-Qianwen' 设置通义千问,但是agent问答的时候报错说LookupError('Model(deepseek-chat) not authorized')

JinHai-CN commented 1 month ago

From the error message, it seems 'deepseek-chat' is used in your agent. You may change the LLM of your agent to 'Qianwen'.

LillyChen commented 1 month ago

I found the problem. Thank you!