We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180bbe1 commit f39da75Copy full SHA for f39da75
dashscope/cli.py
@@ -225,8 +225,7 @@ class Oss:
225
@classmethod
226
def upload(cls, args):
227
print(
228
- f"Start oss.upload: model={args.model}, file={args.file}, "
229
- f"api_key={args.api_key}",
+ f"Start oss.upload: model={args.model}, file={args.file}",
230
)
231
if not args.file or not args.model:
232
print("Please specify the model and file path")
0 commit comments