Skip to content

Commit

Permalink
debug: 添加请求参数输出
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Nov 14, 2023
1 parent d2776cc commit 5abca84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/openai/api/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def _next_key(self):

def _req(self, **kwargs):
"""处理代理问题"""
logging.debug("请求接口参数: %s", str(kwargs))
import config

ret = self.req_func(**kwargs)
Expand Down

0 comments on commit 5abca84

Please sign in to comment.