Merge branch 'dev' of https://github.com/logspace-ai/langflow into github_actions

This commit is contained in:
ogabrielluiz 2023-03-07 13:56:19 -03:00
commit a4d50541ec
3 changed files with 8 additions and 9 deletions

View file

@ -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)

View file

@ -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",

View file

@ -1,6 +0,0 @@
{
"name": "space_flow",
"lockfileVersion": 2,
"requires": true,
"packages": {}
}