Merge branch 'dev' of https://github.com/logspace-ai/langflow into github_actions
This commit is contained in:
commit
a4d50541ec
3 changed files with 8 additions and 9 deletions
|
|
@ -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": {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue