mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 19:37:36 +08:00
* 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>
9 lines
199 B
Python
9 lines
199 B
Python
semantic_version = 'v4.2.2'
|
|
|
|
required_database_version = 6
|
|
"""Tag the version of the database schema, used to check if the database needs to be migrated"""
|
|
|
|
debug_mode = False
|
|
|
|
edition = 'community'
|