mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-08-22 15:38:20 +00:00

### What problem does this PR solve? 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 - [x] Bug Fix (non-breaking change which fixes an issue)