modelmix 1.0.2 → 1.0.4

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/README.md +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,14 +1,14 @@
1
- # 🧬 ModelMix: Integrate Multiple AI Language Models with Ease 🚀
1
+ # 🧬 ModelMix: Integrate Multiple AI Language Models with Ease
2
2
 
3
3
  **ModelMix** is a versatile module that enables seamless integration of various language models from different providers through a unified interface. With ModelMix, you can effortlessly manage and utilize multiple AI models while controlling parallel requests to avoid provider restrictions.
4
4
 
5
- ## Features
5
+ ## Features
6
6
 
7
7
  - **Unified Interface**: Interact with multiple AI models through a single, coherent API.
8
8
  - **Request Control**: Manage the number of parallel requests to adhere to provider limitations.
9
9
  - **Flexible Integration**: Easily integrate popular models like OpenAI and Anthropic, as well as custom models such as Perplexity.
10
10
 
11
- ## Installation 📦
11
+ ## 📦 Installation
12
12
 
13
13
  First, install the ModelMix package:
14
14
 
@@ -22,7 +22,7 @@ You'll also need to install the respective SDKs for each model provider you plan
22
22
  npm install openai @anthropic-ai/sdk dotenv
23
23
  ```
24
24
 
25
- ## Usage 🛠️
25
+ ## 🛠️ Usage
26
26
 
27
27
  Here's a quick example to get you started:
28
28
 
@@ -79,7 +79,7 @@ Here's a quick example to get you started:
79
79
  console.log(txtPPLX);
80
80
  ```
81
81
 
82
- ## ModelMix Class Overview 📚
82
+ ## 📚 ModelMix Class Overview
83
83
 
84
84
  ### `ModelMix` Class
85
85
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "modelmix",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "🧬 ModelMix - Integrate AI Models with Ease.",
5
5
  "main": "index.js",
6
6
  "repository": {