mirror of
https://github.com/Jerryplusy/crystelf-plugin.git
synced 2025-12-05 15:41:56 +00:00
style(openaiChat.js): 注释掉调试日志
This commit is contained in:
parent
70c7edb9f2
commit
65c0a3fe2e
@ -43,10 +43,10 @@ class OpenaiChat {
|
|||||||
];
|
];
|
||||||
|
|
||||||
try {
|
try {
|
||||||
logger.info("[DEBUG] 请求体:", {
|
//logger.info("[DEBUG] 请求体:", {
|
||||||
model: model,
|
//model: model,
|
||||||
messages,
|
//messages,
|
||||||
});
|
//});
|
||||||
|
|
||||||
const completion = await this.openai.chat.completions.create({
|
const completion = await this.openai.chat.completions.create({
|
||||||
messages: messages,
|
messages: messages,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user