mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-21 15:44:19 +01:00
feat: chain of thought
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user