adjust proxy response

This commit is contained in:
被遗忘的记忆
2024-11-12 23:16:58 +08:00
committed by GitHub
parent f248251102
commit ab0fff0e0f
+1 -1
View File
@@ -933,7 +933,7 @@ class YouProvider {
size_bytes: messageBuffer.length
}]));
}
if (userChatModeId === "custom") req_param.append("selectedAiModel", proxyModel);
req_param.append("selectedAiModel", proxyModel);
req_param.append("enable_agent_clarification_questions", "false");
req_param.append("traceId", `${traceId}|${msgid}|${new Date().toISOString()}`);
req_param.append("q", userQuery);