copilot-api-plus 1.0.23 → 1.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.js CHANGED
@@ -2395,7 +2395,7 @@ const createChatCompletions = async (payload) => {
2395
2395
  ...copilotHeaders(state, enableVision),
2396
2396
  "X-Initiator": isAgentCall ? "agent" : "user"
2397
2397
  };
2398
- consola.info("Sending request to Copilot:", {
2398
+ consola.debug("Sending request to Copilot:", {
2399
2399
  model: payload.model,
2400
2400
  endpoint: `${copilotBaseUrl(state)}/chat/completions`
2401
2401
  });