sanbo commited on
Commit
46f5c01
·
1 Parent(s): d5b8ba6

update sth. at 2025-01-09 22:30:57

Browse files
Files changed (1) hide show
  1. degpt.py +2 -2
degpt.py CHANGED
@@ -265,8 +265,8 @@ def chat_completion_messages(
265
  "presence_penalty": presence_penalty
266
 
267
  }
268
- print(json.dumps(headers, indent=4))
269
- print(json.dumps(payload, indent=4))
270
  return chat_completion(url, headers, payload)
271
 
272
 
 
265
  "presence_penalty": presence_penalty
266
 
267
  }
268
+ # print(json.dumps(headers, indent=4))
269
+ # print(json.dumps(payload, indent=4))
270
  return chat_completion(url, headers, payload)
271
 
272