Closed baifachuan closed 1 month ago
https://github.com/infiniflow/ragflow/issues/2594
Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR.
Too much impact for current followers.
Current token: token = 'Bear xxx'.split(" ")[1] = 'xxx'
After modification: token = 'Bear xxx'.strip() = 'Bear xxx'
https://github.com/infiniflow/ragflow/issues/2594
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