mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 22:19:40 +08:00
Merge branch 'dev' of https://github.com/logspace-ai/langflow into github_actions
This commit is contained in:
@ -28,3 +28,9 @@ def create_app():
|
||||
|
||||
|
||||
app = create_app()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
import uvicorn
|
||||
|
||||
uvicorn.run(app, host="0.0.0.0", port=5003)
|
||||
|
||||
@ -263,12 +263,11 @@ def format_dict(d):
|
||||
|
||||
# Show if required
|
||||
value["show"] = bool(
|
||||
(value["required"] and key not in ["input_variables", "verbose"])
|
||||
(value["required"] and key not in ["input_variables"])
|
||||
or key
|
||||
in [
|
||||
"allowed_tools",
|
||||
"verbose",
|
||||
"Memory",
|
||||
# "Memory",
|
||||
"memory",
|
||||
"prefix",
|
||||
"examples",
|
||||
|
||||
6
space_flow/package-lock.json
generated
6
space_flow/package-lock.json
generated
@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "space_flow",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {}
|
||||
}
|
||||
Reference in New Issue
Block a user