feat: supported langflow api provider (#1646)

* add langflow api provider

* chore: migration

* feat: okay for non-stream req

* fix: langflow sse data extracting

* doc: add comment on langflow api

---------

Co-authored-by: Junyan Qin <rockchinq@gmail.com>
This commit is contained in:
ashen
2025-09-11 21:37:45 +08:00
committed by GitHub
parent 1f9f330cef
commit 345c8b113f
6 changed files with 305 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
semantic_version = 'v4.2.2'
required_database_version = 5
required_database_version = 6
"""Tag the version of the database schema, used to check if the database needs to be migrated"""
debug_mode = False