Update flow names to use "Hello, World" instead of "Hello, world!"
This commit is contained in:
parent
508f144450
commit
edefbacefb
4 changed files with 5 additions and 7 deletions
|
|
@ -381,7 +381,7 @@ def get_starter_project(active_user):
|
|||
# once the client is created, we can get the starter project
|
||||
with session_getter(get_db_service()) as session:
|
||||
flow = session.exec(
|
||||
select(Flow).where(Flow.folder == STARTER_FOLDER_NAME).where(Flow.name == "Basic Prompting (Hello, world!)")
|
||||
select(Flow).where(Flow.folder == STARTER_FOLDER_NAME).where(Flow.name == "Basic Prompting (Hello, World)")
|
||||
).first()
|
||||
if not flow:
|
||||
raise ValueError("No starter project found")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue