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

BugFix: Fixed api_key generation error for VolcEngine #2502

Closed yungongzi closed 1 week ago

yungongzi commented 1 week ago

BugFix: Fixed api_key generation error for VolcEngine with python's f-string syntax

What problem does this PR solve?

Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR.

Type of change