mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-02-23 15:49:50 +01:00
workspace path can be specified in CLI args
This commit is contained in:
@@ -35,6 +35,9 @@ def get_arguments():
|
||||
else:
|
||||
arguments['app_id'] = str(uuid.uuid4())
|
||||
|
||||
if 'workspace' not in arguments:
|
||||
arguments['workspace'] = None
|
||||
|
||||
if 'user_id' not in arguments:
|
||||
arguments['user_id'] = str(uuid.uuid4())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user