Skip to content

Commit

Permalink
feat: add new starter projects and replace old ones (langflow-ai#4557)
Browse files Browse the repository at this point in the history
* update templates

* fix ghost edges bug

* update templates

* [autofix.ci] apply automated fixes

* update naming and category

* remove unit tests for starter projects API in v1

* add starter projects back in

* Add unit test for GET /api/v1/starter-projects/ endpoint in FastAPI

* add rodrigo's updates

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Luiz Freitas Almeida <[email protected]>
  • Loading branch information
3 people authored and diogocabral committed Nov 26, 2024
1 parent fc6c582 commit e226f8a
Show file tree
Hide file tree
Showing 23 changed files with 27,829 additions and 12,773 deletions.
4 changes: 2 additions & 2 deletions src/backend/base/langflow/base/models/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class LCModelComponent(Component):
name="system_message",
display_name="System Message",
info="System message to pass to the model.",
advanced=True,
advanced=False,
),
BoolInput(name="stream", display_name="Stream", info=STREAM_INFO_TEXT, advanced=True),
BoolInput(name="stream", display_name="Stream", info=STREAM_INFO_TEXT, advanced=False),
]

outputs = [
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit e226f8a

Please sign in to comment.