feat: chain of thought

This commit is contained in:
Florian Hönicke
2023-03-22 18:16:57 +01:00
parent d1954317fc
commit 1c8272e706
8 changed files with 456 additions and 305 deletions

View File

@@ -9,7 +9,7 @@ from src.constants import FLOW_URL_PLACEHOLDER
def push_executor(dir_path):
cmd = f'jina hub push {dir_path}/. --verbose'
cmd = f'jina hub push {dir_path}/. --verbose --replay'
os.system(cmd)
def get_user_name():