Skip to content

Commit 0d3f3fc

Browse files
committed
update
1 parent c83a4e8 commit 0d3f3fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clueai/client.py

-2
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ def upload_finetune_corpus(
148148

149149
tmp_headers = {
150150
'Api-Key': 'BEARER {}'.format(self.api_key),
151-
'Content-Type': 'application/json',
152151
'Request-Source': 'python-sdk',
153152
'Model-name': model_name
154153
}
@@ -269,7 +268,6 @@ def upload_corpus(
269268
):
270269
tmp_headers = {
271270
'Api-Key': 'BEARER {}'.format(self.api_key),
272-
'Content-Type': 'application/json',
273271
'Request-Source': 'python-sdk',
274272
'Model-name': model_name
275273
}

0 commit comments

Comments
 (0)