Skip to content

Commit f39da75

Browse files
committed
fix(cli): remove api-key logging
1 parent 180bbe1 commit f39da75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dashscope/cli.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,7 @@ class Oss:
225225
@classmethod
226226
def upload(cls, args):
227227
print(
228-
f"Start oss.upload: model={args.model}, file={args.file}, "
229-
f"api_key={args.api_key}",
228+
f"Start oss.upload: model={args.model}, file={args.file}",
230229
)
231230
if not args.file or not args.model:
232231
print("Please specify the model and file path")

0 commit comments

Comments
 (0)