infiniflow / ragflow

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

fix(Add model api): Add VolcEngine to create api_key format error #2490

Closed muzilib closed 1 week ago

muzilib commented 1 week ago

What problem does this PR solve?

2487

Add VolcEngine to create api_key format error When constructing the json string, there was an extra "," at the end, which caused a formatting error. This commit fixed the problem.

Type of change