Skip to content

Commit

Permalink
After testing on runner, using docker exec directly for brevity
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed Jul 9, 2024
1 parent e18d145 commit 356e6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flows/chainlit-ui-evaluation/call_assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def login(num_tries=0, tot_tries=3):
return login(num_tries + 1, tot_tries)
else:
print(f"Failed to login after {tot_tries} tries")
return
sys.exit()


@tool
Expand Down

0 comments on commit 356e6bc

Please sign in to comment.