👩‍🔬 refactor: rename repo

This commit is contained in:
Florian Hönicke
2023-05-04 18:45:58 +02:00
parent 53a775a5ea
commit 446c3b19df
51 changed files with 134 additions and 443703 deletions

View File

@@ -0,0 +1,11 @@
from dev_gpt.apis.jina_cloud import run_locally
from dev_gpt.options import validate_folder_is_correct, get_executor_name, get_latest_version_path
class Runner():
def run(self, microservice_path):
validate_folder_is_correct(microservice_path)
executor_name = get_executor_name(microservice_path)
latest_version_path = get_latest_version_path(microservice_path)
run_locally(executor_name, latest_version_path)