modelmix 3.1.6 → 3.1.8

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.
Files changed (2) hide show
  1. package/index.js +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -246,7 +246,6 @@ class MessageHandler {
246
246
  }
247
247
  const response = await this.message();
248
248
  this.config.systemExtra = "";
249
- console.log(response);
250
249
  return JSON.parse(this._extractBlock(response));
251
250
  }
252
251
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "modelmix",
3
- "version": "3.1.6",
3
+ "version": "3.1.8",
4
4
  "description": "🧬 ModelMix - Unified API for Diverse AI LLM.",
5
5
  "main": "index.js",
6
6
  "repository": {