mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2026-01-05 06:44:21 +01:00
Merge branch 'main' of https://github.com/jina-ai/gptdeploy into refactor-langchain
# Conflicts: # src/apis/gpt.py # src/cli.py # src/options/generate/generator.py # src/options/generate/prompt_system.py # src/options/generate/prompt_tasks.py
This commit is contained in:
@@ -9,8 +9,8 @@ import docker
|
||||
from docker import APIClient
|
||||
|
||||
|
||||
def get_microservice_path(path, microservice_name, package, num_approach, version):
|
||||
package_path = '_'.join(package)
|
||||
def get_microservice_path(path, microservice_name, packages, num_approach, version):
|
||||
package_path = '_'.join(packages)
|
||||
return os.path.join(path, microservice_name, f'{num_approach}_{package_path}', f'v{version}')
|
||||
|
||||
def persist_file(file_content, file_path):
|
||||
|
||||
Reference in New Issue
Block a user