mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-07 19:15:05 +08:00
feat: Add n1n provider (#12680)
This PR adds n1n as an LLM provider to RAGFlow. Co-authored-by: Qun <qun@ip-10-5-5-38.us-west-2.compute.internal>
This commit is contained in:
@ -83,6 +83,7 @@ const svgIcons = [
|
||||
LLMFactory.StepFun,
|
||||
LLMFactory.MinerU,
|
||||
LLMFactory.PaddleOCR,
|
||||
LLMFactory.N1n,
|
||||
// LLMFactory.DeerAPI,
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user