portkey-ai
Advanced tools
Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "portkey-ai", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "Blazing fast ai gateway sdk", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -6,5 +6,2 @@ <div align="center"> | ||
```bash | ||
npm install portkey-ai | ||
``` | ||
</div> | ||
@@ -39,3 +36,3 @@ | ||
### **Step 1️⃣ : Get your Portkey API Key and your Virtual Keys for AI providers** | ||
### **Step 1️ : Get your Portkey API Key and your Virtual Keys for AI providers** | ||
@@ -48,3 +45,3 @@ **Portkey API Key:** Log into [Portkey here](https://app.portkey.ai/), then click on the profile icon on top left and “Copy API Key”. | ||
### **Step 2️⃣ : Construct your LLM, add Portkey features, provider features, and prompt** | ||
### **Step 2️ : Construct your LLM, add Portkey features, provider features, and prompt** | ||
@@ -80,3 +77,3 @@ **Portkey Features**: | ||
### **Steo 3️⃣ : Construct the Portkey Client** | ||
### **Steo 3️ : Construct the Portkey Client** | ||
@@ -92,3 +89,3 @@ Portkey client's config takes 3 params: `api_key`, `mode`, `llms`. | ||
### **Step 4️⃣ : Let's Call the Portkey Client!** | ||
### **Step 4️ : Let's Call the Portkey Client!** | ||
@@ -95,0 +92,0 @@ The Portkey client can do `ChatCompletions` and `Completions`. |
69514
143