Feat/upload dir #5
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
保留了之前上传单个文件的功能,并更改命令为
uploadFile
新加了上传模型文件夹的功能,命令沿用之前的
upload
使用方法:
bizyair -k ${your_api_key} upload -p path/to/model_folder
会自动解析model_folder目录下的
name.txt
,type.txt
,对应 模型名称、模型类型。model_folder下的文件夹被视为是一个model version,里面应该包含
content*.*
,cover*.*
,basemodel.txt
,description.*
,public.txt
,对应 模型文件、封面图片、基础模型、模型介绍、是否公开。