Skip to content

Commit 3c9062c

Browse files
Update ramalama/chat.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent bf607ca commit 3c9062c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ramalama/chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def _make_request_data(self):
114114

115115
headers["Authorization"] = f"Bearer {self.args.api_key}"
116116

117-
logger.debug(self.url, json_data, headers)
117+
logger.debug("Request: URL=%s, Data=%s, Headers=%s", self.url, json_data, headers)
118118
request = urllib.request.Request(self.url, data=json_data, headers=headers, method="POST")
119119
logger.debug(request)
120120

0 commit comments

Comments
 (0)