diff --git a/docs/docs/examples/llm/pipeshift.ipynb b/docs/docs/examples/llm/pipeshift.ipynb
index fdb7f4e88923d2f0aa9ab745cd5d9601e0a87be6..1f9dc62d814886c4d73e5f1caec5e1c4d0da1b11 100644
--- a/docs/docs/examples/llm/pipeshift.ipynb
+++ b/docs/docs/examples/llm/pipeshift.ipynb
@@ -5,7 +5,7 @@
    "id": "9e3a8796-edc8-43f2-94ad-fe4fb20d70ed",
    "metadata": {},
    "source": [
-    "# Pipeshift"
+    "# [Pipeshift](https://pipeshift.com)"
    ]
   },
   {
@@ -21,18 +21,7 @@
    "execution_count": null,
    "id": "3f6f8702",
    "metadata": {},
-   "outputs": [
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "Defaulting to user installation because normal site-packages is not writeable\n",
-      "\u001b[31mERROR: Could not find a version that satisfies the requirement llama-index-llms-pipeshift (from versions: none)\u001b[0m\u001b[31m\n",
-      "\u001b[0m\u001b[31mERROR: No matching distribution found for llama-index-llms-pipeshift\u001b[0m\u001b[31m\n",
-      "\u001b[0mNote: you may need to restart the kernel to use updated packages.\n"
-     ]
-    }
-   ],
+   "outputs": [],
    "source": [
     "%pip install llama-index-llms-pipeshift"
    ]
@@ -42,89 +31,7 @@
    "execution_count": null,
    "id": "83ea30ee",
    "metadata": {},
-   "outputs": [
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "Defaulting to user installation because normal site-packages is not writeable\n",
-      "Requirement already satisfied: llama-index in /Users/work/Library/Python/3.9/lib/python/site-packages (0.11.18)\n",
-      "Requirement already satisfied: llama-index-agent-openai<0.4.0,>=0.3.4 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index) (0.3.4)\n",
-      "Requirement already satisfied: llama-index-cli<0.4.0,>=0.3.1 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index) (0.3.1)\n",
-      "Requirement already satisfied: llama-index-core<0.12.0,>=0.11.18 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index) (0.11.18)\n",
-      "Requirement already satisfied: llama-index-embeddings-openai<0.3.0,>=0.2.4 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index) (0.2.5)\n",
-      "Requirement already satisfied: llama-index-indices-managed-llama-cloud>=0.3.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index) (0.4.0)\n",
-      "Requirement already satisfied: llama-index-legacy<0.10.0,>=0.9.48 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index) (0.9.48.post3)\n",
-      "Requirement already satisfied: llama-index-llms-openai<0.3.0,>=0.2.10 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index) (0.2.15)\n",
-      "Requirement already satisfied: llama-index-multi-modal-llms-openai<0.3.0,>=0.2.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index) (0.2.2)\n",
-      "Requirement already satisfied: llama-index-program-openai<0.3.0,>=0.2.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index) (0.2.0)\n",
-      "Requirement already satisfied: llama-index-question-gen-openai<0.3.0,>=0.2.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index) (0.2.0)\n",
-      "Requirement already satisfied: llama-index-readers-file<0.3.0,>=0.2.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index) (0.2.2)\n",
-      "Requirement already satisfied: llama-index-readers-llama-parse>=0.3.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index) (0.3.0)\n",
-      "Requirement already satisfied: nltk>3.8.1 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index) (3.9.1)\n",
-      "Requirement already satisfied: openai>=1.14.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index-agent-openai<0.4.0,>=0.3.4->llama-index) (1.52.0)\n",
-      "Requirement already satisfied: PyYAML>=6.0.1 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index-core<0.12.0,>=0.11.18->llama-index) (6.0.2)\n",
-      "Requirement already satisfied: SQLAlchemy>=1.4.49 in /Users/work/Library/Python/3.9/lib/python/site-packages (from SQLAlchemy[asyncio]>=1.4.49->llama-index-core<0.12.0,>=0.11.18->llama-index) (2.0.34)\n",
-      "Requirement already satisfied: aiohttp<4.0.0,>=3.8.6 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index-core<0.12.0,>=0.11.18->llama-index) (3.10.5)\n",
-      "Requirement already satisfied: dataclasses-json in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index-core<0.12.0,>=0.11.18->llama-index) (0.6.7)\n",
-      "Requirement already satisfied: deprecated>=1.2.9.3 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index-core<0.12.0,>=0.11.18->llama-index) (1.2.14)\n",
-      "Requirement already satisfied: dirtyjson<2.0.0,>=1.0.8 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index-core<0.12.0,>=0.11.18->llama-index) (1.0.8)\n",
-      "Requirement already satisfied: fsspec>=2023.5.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index-core<0.12.0,>=0.11.18->llama-index) (2024.9.0)\n",
-      "Requirement already satisfied: httpx in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index-core<0.12.0,>=0.11.18->llama-index) (0.27.2)\n",
-      "Requirement already satisfied: nest-asyncio<2.0.0,>=1.5.8 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index-core<0.12.0,>=0.11.18->llama-index) (1.6.0)\n",
-      "Requirement already satisfied: networkx>=3.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index-core<0.12.0,>=0.11.18->llama-index) (3.2.1)\n",
-      "Requirement already satisfied: numpy<2.0.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index-core<0.12.0,>=0.11.18->llama-index) (1.26.4)\n",
-      "Requirement already satisfied: pillow>=9.0.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index-core<0.12.0,>=0.11.18->llama-index) (11.0.0)\n",
-      "Requirement already satisfied: pydantic<3.0.0,>=2.7.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index-core<0.12.0,>=0.11.18->llama-index) (2.9.1)\n",
-      "Requirement already satisfied: requests>=2.31.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index-core<0.12.0,>=0.11.18->llama-index) (2.32.3)\n",
-      "Requirement already satisfied: tenacity!=8.4.0,<9.0.0,>=8.2.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index-core<0.12.0,>=0.11.18->llama-index) (8.5.0)\n",
-      "Requirement already satisfied: tiktoken>=0.3.3 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index-core<0.12.0,>=0.11.18->llama-index) (0.8.0)\n",
-      "Requirement already satisfied: tqdm<5.0.0,>=4.66.1 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index-core<0.12.0,>=0.11.18->llama-index) (4.66.5)\n",
-      "Requirement already satisfied: typing-extensions>=4.5.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index-core<0.12.0,>=0.11.18->llama-index) (4.12.2)\n",
-      "Requirement already satisfied: typing-inspect>=0.8.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index-core<0.12.0,>=0.11.18->llama-index) (0.9.0)\n",
-      "Requirement already satisfied: wrapt in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index-core<0.12.0,>=0.11.18->llama-index) (1.16.0)\n",
-      "Requirement already satisfied: llama-cloud>=0.0.11 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index-indices-managed-llama-cloud>=0.3.0->llama-index) (0.1.4)\n",
-      "Requirement already satisfied: pandas in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index-legacy<0.10.0,>=0.9.48->llama-index) (2.2.3)\n",
-      "Requirement already satisfied: beautifulsoup4<5.0.0,>=4.12.3 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index-readers-file<0.3.0,>=0.2.0->llama-index) (4.12.3)\n",
-      "Requirement already satisfied: pypdf<5.0.0,>=4.0.1 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index-readers-file<0.3.0,>=0.2.0->llama-index) (4.3.1)\n",
-      "Requirement already satisfied: striprtf<0.0.27,>=0.0.26 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index-readers-file<0.3.0,>=0.2.0->llama-index) (0.0.26)\n",
-      "Requirement already satisfied: llama-parse>=0.5.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from llama-index-readers-llama-parse>=0.3.0->llama-index) (0.5.10)\n",
-      "Requirement already satisfied: click in /Users/work/Library/Python/3.9/lib/python/site-packages (from nltk>3.8.1->llama-index) (8.1.7)\n",
-      "Requirement already satisfied: joblib in /Users/work/Library/Python/3.9/lib/python/site-packages (from nltk>3.8.1->llama-index) (1.4.2)\n",
-      "Requirement already satisfied: regex>=2021.8.3 in /Users/work/Library/Python/3.9/lib/python/site-packages (from nltk>3.8.1->llama-index) (2024.9.11)\n",
-      "Requirement already satisfied: aiohappyeyeballs>=2.3.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from aiohttp<4.0.0,>=3.8.6->llama-index-core<0.12.0,>=0.11.18->llama-index) (2.4.0)\n",
-      "Requirement already satisfied: aiosignal>=1.1.2 in /Users/work/Library/Python/3.9/lib/python/site-packages (from aiohttp<4.0.0,>=3.8.6->llama-index-core<0.12.0,>=0.11.18->llama-index) (1.3.1)\n",
-      "Requirement already satisfied: attrs>=17.3.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from aiohttp<4.0.0,>=3.8.6->llama-index-core<0.12.0,>=0.11.18->llama-index) (24.2.0)\n",
-      "Requirement already satisfied: frozenlist>=1.1.1 in /Users/work/Library/Python/3.9/lib/python/site-packages (from aiohttp<4.0.0,>=3.8.6->llama-index-core<0.12.0,>=0.11.18->llama-index) (1.4.1)\n",
-      "Requirement already satisfied: multidict<7.0,>=4.5 in /Users/work/Library/Python/3.9/lib/python/site-packages (from aiohttp<4.0.0,>=3.8.6->llama-index-core<0.12.0,>=0.11.18->llama-index) (6.1.0)\n",
-      "Requirement already satisfied: yarl<2.0,>=1.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from aiohttp<4.0.0,>=3.8.6->llama-index-core<0.12.0,>=0.11.18->llama-index) (1.11.1)\n",
-      "Requirement already satisfied: async-timeout<5.0,>=4.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from aiohttp<4.0.0,>=3.8.6->llama-index-core<0.12.0,>=0.11.18->llama-index) (4.0.3)\n",
-      "Requirement already satisfied: soupsieve>1.2 in /Users/work/Library/Python/3.9/lib/python/site-packages (from beautifulsoup4<5.0.0,>=4.12.3->llama-index-readers-file<0.3.0,>=0.2.0->llama-index) (2.6)\n",
-      "Requirement already satisfied: anyio in /Users/work/Library/Python/3.9/lib/python/site-packages (from httpx->llama-index-core<0.12.0,>=0.11.18->llama-index) (4.4.0)\n",
-      "Requirement already satisfied: certifi in /Users/work/Library/Python/3.9/lib/python/site-packages (from httpx->llama-index-core<0.12.0,>=0.11.18->llama-index) (2024.8.30)\n",
-      "Requirement already satisfied: httpcore==1.* in /Users/work/Library/Python/3.9/lib/python/site-packages (from httpx->llama-index-core<0.12.0,>=0.11.18->llama-index) (1.0.5)\n",
-      "Requirement already satisfied: idna in /Users/work/Library/Python/3.9/lib/python/site-packages (from httpx->llama-index-core<0.12.0,>=0.11.18->llama-index) (3.9)\n",
-      "Requirement already satisfied: sniffio in /Users/work/Library/Python/3.9/lib/python/site-packages (from httpx->llama-index-core<0.12.0,>=0.11.18->llama-index) (1.3.1)\n",
-      "Requirement already satisfied: h11<0.15,>=0.13 in /Users/work/Library/Python/3.9/lib/python/site-packages (from httpcore==1.*->httpx->llama-index-core<0.12.0,>=0.11.18->llama-index) (0.14.0)\n",
-      "Requirement already satisfied: distro<2,>=1.7.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from openai>=1.14.0->llama-index-agent-openai<0.4.0,>=0.3.4->llama-index) (1.9.0)\n",
-      "Requirement already satisfied: jiter<1,>=0.4.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from openai>=1.14.0->llama-index-agent-openai<0.4.0,>=0.3.4->llama-index) (0.6.1)\n",
-      "Requirement already satisfied: annotated-types>=0.6.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from pydantic<3.0.0,>=2.7.0->llama-index-core<0.12.0,>=0.11.18->llama-index) (0.7.0)\n",
-      "Requirement already satisfied: pydantic-core==2.23.3 in /Users/work/Library/Python/3.9/lib/python/site-packages (from pydantic<3.0.0,>=2.7.0->llama-index-core<0.12.0,>=0.11.18->llama-index) (2.23.3)\n",
-      "Requirement already satisfied: charset-normalizer<4,>=2 in /Users/work/Library/Python/3.9/lib/python/site-packages (from requests>=2.31.0->llama-index-core<0.12.0,>=0.11.18->llama-index) (3.3.2)\n",
-      "Requirement already satisfied: urllib3<3,>=1.21.1 in /Users/work/Library/Python/3.9/lib/python/site-packages (from requests>=2.31.0->llama-index-core<0.12.0,>=0.11.18->llama-index) (2.2.3)\n",
-      "Requirement already satisfied: greenlet!=0.4.17 in /Users/work/Library/Python/3.9/lib/python/site-packages (from SQLAlchemy[asyncio]>=1.4.49->llama-index-core<0.12.0,>=0.11.18->llama-index) (3.1.1)\n",
-      "Requirement already satisfied: mypy-extensions>=0.3.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from typing-inspect>=0.8.0->llama-index-core<0.12.0,>=0.11.18->llama-index) (1.0.0)\n",
-      "Requirement already satisfied: marshmallow<4.0.0,>=3.18.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from dataclasses-json->llama-index-core<0.12.0,>=0.11.18->llama-index) (3.23.0)\n",
-      "Requirement already satisfied: python-dateutil>=2.8.2 in /Users/work/Library/Python/3.9/lib/python/site-packages (from pandas->llama-index-legacy<0.10.0,>=0.9.48->llama-index) (2.9.0.post0)\n",
-      "Requirement already satisfied: pytz>=2020.1 in /Users/work/Library/Python/3.9/lib/python/site-packages (from pandas->llama-index-legacy<0.10.0,>=0.9.48->llama-index) (2024.2)\n",
-      "Requirement already satisfied: tzdata>=2022.7 in /Users/work/Library/Python/3.9/lib/python/site-packages (from pandas->llama-index-legacy<0.10.0,>=0.9.48->llama-index) (2024.2)\n",
-      "Requirement already satisfied: exceptiongroup>=1.0.2 in /Users/work/Library/Python/3.9/lib/python/site-packages (from anyio->httpx->llama-index-core<0.12.0,>=0.11.18->llama-index) (1.2.2)\n",
-      "Requirement already satisfied: packaging>=17.0 in /Users/work/Library/Python/3.9/lib/python/site-packages (from marshmallow<4.0.0,>=3.18.0->dataclasses-json->llama-index-core<0.12.0,>=0.11.18->llama-index) (24.1)\n",
-      "Requirement already satisfied: six>=1.5 in /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/site-packages (from python-dateutil>=2.8.2->pandas->llama-index-legacy<0.10.0,>=0.9.48->llama-index) (1.15.0)\n",
-      "Note: you may need to restart the kernel to use updated packages.\n"
-     ]
-    }
-   ],
+   "outputs": [],
    "source": [
     "%pip install llama-index"
    ]
@@ -158,24 +65,15 @@
    "execution_count": null,
    "id": "60be18ae-c957-4ac2-a58a-0652e18ee6d6",
    "metadata": {},
-   "outputs": [
-    {
-     "ename": "ModuleNotFoundError",
-     "evalue": "No module named 'llama_index.llms.pipeshift'",
-     "output_type": "error",
-     "traceback": [
-      "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
-      "\u001b[0;31mModuleNotFoundError\u001b[0m                       Traceback (most recent call last)",
-      "Cell \u001b[0;32mIn[12], line 1\u001b[0m\n\u001b[0;32m----> 1\u001b[0m \u001b[38;5;28;01mfrom\u001b[39;00m \u001b[38;5;21;01mllama_index\u001b[39;00m\u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01mllms\u001b[39;00m\u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01mpipeshift\u001b[39;00m \u001b[38;5;28;01mimport\u001b[39;00m Pipeshift\n\u001b[1;32m      3\u001b[0m llm \u001b[38;5;241m=\u001b[39m Pipeshift(\n\u001b[1;32m      4\u001b[0m             model\u001b[38;5;241m=\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mmistralai/Mistral-7B-Instruct-v0.3\u001b[39m\u001b[38;5;124m\"\u001b[39m, \n\u001b[1;32m      5\u001b[0m             \u001b[38;5;66;03m# api_key=\"YOUR_API_KEY\" # alternative way to pass api_key if not specified in environment variable\u001b[39;00m\n\u001b[1;32m      6\u001b[0m         )\n\u001b[1;32m      7\u001b[0m res \u001b[38;5;241m=\u001b[39m llm\u001b[38;5;241m.\u001b[39mcomplete(\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124msupercars are \u001b[39m\u001b[38;5;124m\"\u001b[39m)\n",
-      "\u001b[0;31mModuleNotFoundError\u001b[0m: No module named 'llama_index.llms.pipeshift'"
-     ]
-    }
-   ],
+   "outputs": [],
    "source": [
     "from llama_index.llms.pipeshift import Pipeshift\n",
     "\n",
+    "# import os\n",
+    "# os.environ[\"PIPESHIFT_API_KEY\"] = \"your_api_key\"\n",
+    "\n",
     "llm = Pipeshift(\n",
-    "    model=\"mistralai/Mistral-7B-Instruct-v0.3\",\n",
+    "    model=\"meta-llama/Meta-Llama-3.1-8B-Instruct\",\n",
     "    # api_key=\"YOUR_API_KEY\" # alternative way to pass api_key if not specified in environment variable\n",
     ")\n",
     "res = llm.complete(\"supercars are \")"
@@ -188,14 +86,35 @@
    "metadata": {},
    "outputs": [
     {
-     "ename": "NameError",
-     "evalue": "name 'res' is not defined",
-     "output_type": "error",
-     "traceback": [
-      "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
-      "\u001b[0;31mNameError\u001b[0m                                 Traceback (most recent call last)",
-      "Cell \u001b[0;32mIn[1], line 1\u001b[0m\n\u001b[0;32m----> 1\u001b[0m \u001b[38;5;28mprint\u001b[39m(\u001b[43mres\u001b[49m)\n",
-      "\u001b[0;31mNameError\u001b[0m: name 'res' is not defined"
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Supercars! Here are some interesting facts and tidbits about these high-performance vehicles:\n",
+      "\n",
+      "**What is a Supercar?**\n",
+      "\n",
+      "A supercar is a high-performance sports car that is typically characterized by its exceptional speed, handling, and luxury features. Supercars are often designed to be exclusive, rare, and expensive, with prices ranging from hundreds of thousands to millions of dollars.\n",
+      "\n",
+      "**Types of Supercars:**\n",
+      "\n",
+      "1. **Exotic Supercars**: These are the most exclusive and expensive supercars, often with unique designs and limited production runs. Examples include the Bugatti Chiron, Koenigsegg Agera, and Pagani Huayra.\n",
+      "2. **Hypercars**: These are the fastest and most powerful supercars, often with advanced technology and innovative designs. Examples include the Bugatti Veyron, Hennessey Venom F5, and Rimac C_Two.\n",
+      "3. **Super GTs**: These are high-performance versions of grand tourers, often with a focus on comfort and luxury. Examples include the Ferrari 812 Superfast, Lamborghini Aventador, and Aston Martin DBS Superleggera.\n",
+      "\n",
+      "**Notable Supercars:**\n",
+      "\n",
+      "1. **Bugatti Chiron**: A hypercar with an 8.0L W16 engine producing 1,479 horsepower.\n",
+      "2. **Koenigsegg Agera RS**: A Swedish supercar with a 5.0L V8 engine producing 1,340 horsepower.\n",
+      "3. **Porsche 918 Spyder**: A hybrid supercar with a 4.6L V8 engine producing 887 horsepower.\n",
+      "4. **Lamborghini Aventador**: A supercar with a 6.5L V12 engine producing 759 horsepower.\n",
+      "5. **Ferrari 488 GTB**: A mid-engined supercar with a 3.9L V8 engine producing 661 horsepower.\n",
+      "\n",
+      "**Supercar Features:**\n",
+      "\n",
+      "1. **Advanced Materials**: Supercars often feature lightweight materials like carbon fiber, aluminum, and titanium to reduce weight and improve performance.\n",
+      "2. **High-Performance Engines**: Supercars are equipped with powerful engines, often with multiple turbochargers or superchargers, to produce exceptional power and torque.\n",
+      "3. **Advanced Aerodynamics**: Supercars often feature aerodynamic designs, such as spoilers and air intakes, to improve downforce and reduce drag.\n",
+      "4. **Luxury Interiors**: Supercars often come with premium materials\n"
      ]
     }
    ],
@@ -228,7 +147,7 @@
     "    ChatMessage(role=\"user\", content=\"why should I pick porsche 911 gt3 rs\"),\n",
     "]\n",
     "res = Pipeshift(\n",
-    "    model=\"mistralai/Mistral-7B-Instruct-v0.3\", max_tokens=50\n",
+    "    model=\"meta-llama/Meta-Llama-3.1-8B-Instruct\", max_tokens=50\n",
     ").chat(messages)"
    ]
   },
@@ -239,14 +158,12 @@
    "metadata": {},
    "outputs": [
     {
-     "ename": "NameError",
-     "evalue": "name 'resp' is not defined",
-     "output_type": "error",
-     "traceback": [
-      "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
-      "\u001b[0;31mNameError\u001b[0m                                 Traceback (most recent call last)",
-      "Cell \u001b[0;32mIn[2], line 1\u001b[0m\n\u001b[0;32m----> 1\u001b[0m \u001b[38;5;28mprint\u001b[39m(\u001b[43mresp\u001b[49m)\n",
-      "\u001b[0;31mNameError\u001b[0m: name 'resp' is not defined"
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "assistant: You're looking for a high-performance vehicle that's going to deliver an unparalleled driving experience, right? Well, let me tell you, the Porsche 911 GT3 RS is the ultimate choice for any driving enthusiast.\n",
+      "\n",
+      "First of all, the 911\n"
      ]
     }
    ],
@@ -279,7 +196,7 @@
    "source": [
     "from llama_index.llms.pipeshift import Pipeshift\n",
     "\n",
-    "llm = Pipeshift(model=\"mistralai/Mistral-7B-Instruct-v0.3\")\n",
+    "llm = Pipeshift(model=\"meta-llama/Meta-Llama-3.1-8B-Instruct\")\n",
     "resp = llm.stream_complete(\"porsche GT3 RS is \")"
    ]
   },
@@ -290,14 +207,40 @@
    "metadata": {},
    "outputs": [
     {
-     "ename": "NameError",
-     "evalue": "name 'resp' is not defined",
-     "output_type": "error",
-     "traceback": [
-      "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
-      "\u001b[0;31mNameError\u001b[0m                                 Traceback (most recent call last)",
-      "Cell \u001b[0;32mIn[10], line 1\u001b[0m\n\u001b[0;32m----> 1\u001b[0m \u001b[38;5;28;01mfor\u001b[39;00m r \u001b[38;5;129;01min\u001b[39;00m \u001b[43mresp\u001b[49m:\n\u001b[1;32m      2\u001b[0m     \u001b[38;5;28mprint\u001b[39m(r\u001b[38;5;241m.\u001b[39mdelta, end\u001b[38;5;241m=\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124m\"\u001b[39m)\n",
-      "\u001b[0;31mNameError\u001b[0m: name 'resp' is not defined"
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "The Porsche 911 GT3 RS!\n",
+      "\n",
+      "The Porsche 911 GT3 RS is a high-performance variant of the Porsche 911 sports car, designed for track driving and enthusiasts. Here are some key features and facts about the Porsche 911 GT3 RS:\n",
+      "\n",
+      "**Key Features:**\n",
+      "\n",
+      "1. **Engine:** The GT3 RS is powered by a naturally aspirated 4.0-liter flat-six engine, producing 520 horsepower (386 kW) at 8,250 rpm and 346 lb-ft (470 Nm) of torque at 6,250 rpm.\n",
+      "2. **Transmission:** A 7-speed dual-clutch transmission (PDK) is standard, with a manual transmission option available on some models.\n",
+      "3. **Suspension:** The GT3 RS features a rear-axle steering system, which provides improved handling and stability.\n",
+      "4. **Aerodynamics:** The car has a distinctive front splitter, side skirts, and a rear wing, which generate significant downforce and improve high-speed stability.\n",
+      "5. **Weight reduction:** The GT3 RS has a lightweight construction, with a dry weight of around 3,020 pounds (1,370 kg), thanks to the use of lightweight materials such as carbon fiber and aluminum.\n",
+      "\n",
+      "**Performance:**\n",
+      "\n",
+      "1. **0-60 mph (0-97 km/h):** 3.2 seconds\n",
+      "2. **Top speed:** 193 mph (311 km/h)\n",
+      "3. **Lap time:** The GT3 RS has a lap time of 6:56.4 minutes at the Nürburgring Nordschleife, making it one of the fastest production cars on the track.\n",
+      "\n",
+      "**Design and Interior:**\n",
+      "\n",
+      "1. **Exterior:** The GT3 RS has a distinctive design, with a more aggressive front bumper, side skirts, and a rear wing.\n",
+      "2. **Interior:** The interior features a sporty design, with a 7-inch touchscreen display, a sport steering wheel, and a range of trim options.\n",
+      "\n",
+      "**History:**\n",
+      "\n",
+      "1. **First generation (2019):** The first-generation GT3 RS was introduced in 2019, based on the 991.2 911 platform.\n",
+      "2. **Second generation (2022):** The second-generation GT3 RS was introduced in 2022, based on the 992 911 platform.\n",
+      "\n",
+      "**Price:**\n",
+      "\n",
+      "The price of the Porsche 911 GT3 RS varies depending on the market and trim level, but it typically starts around $175,000 in the United States"
      ]
     }
    ],
@@ -324,7 +267,7 @@
     "from llama_index.llms.pipeshift import Pipeshift\n",
     "from llama_index.core.llms import ChatMessage\n",
     "\n",
-    "llm = Pipeshift(model=\"mistralai/Mistral-7B-Instruct-v0.3\")\n",
+    "llm = Pipeshift(model=\"meta-llama/Meta-Llama-3.1-8B-Instruct\")\n",
     "messages = [\n",
     "    ChatMessage(\n",
     "        role=\"system\", content=\"You are sales person at supercar showroom\"\n",
@@ -341,14 +284,20 @@
    "metadata": {},
    "outputs": [
     {
-     "ename": "NameError",
-     "evalue": "name 'resp' is not defined",
-     "output_type": "error",
-     "traceback": [
-      "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
-      "\u001b[0;31mNameError\u001b[0m                                 Traceback (most recent call last)",
-      "Cell \u001b[0;32mIn[9], line 1\u001b[0m\n\u001b[0;32m----> 1\u001b[0m \u001b[38;5;28;01mfor\u001b[39;00m r \u001b[38;5;129;01min\u001b[39;00m \u001b[43mresp\u001b[49m:\n\u001b[1;32m      2\u001b[0m     \u001b[38;5;28mprint\u001b[39m(r\u001b[38;5;241m.\u001b[39mdelta, end\u001b[38;5;241m=\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124m\"\u001b[39m)\n",
-      "\u001b[0;31mNameError\u001b[0m: name 'resp' is not defined"
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "You're interested in the Porsche GT3 RS, eh? That's a beast of a car!\n",
+      "\n",
+      "The Porsche 911 GT3 RS is a track-focused variant of the 911, and it's a real rocket ship. It's powered by a 4.0-liter naturally aspirated flat-six engine that produces a whopping 520 horsepower and 346 lb-ft of torque.\n",
+      "\n",
+      "As for its top speed, the GT3 RS can reach an electronically limited top speed of 193 mph (311 km/h). But, if you were to remove the limiter, it's rumored to be capable of reaching speeds of up to 200 mph (322 km/h).\n",
+      "\n",
+      "But what's even more impressive is its acceleration. The GT3 RS can go from 0-60 mph in just 3.2 seconds, and it can lap the Nürburgring Nordschleife in a blistering 6:40.3 minutes. That's some serious performance right there!\n",
+      "\n",
+      "Now, I know what you're thinking: \"Is it worth the price tag?\" Well, let me tell you, this car is a true driver's car, and it's an investment piece for those who truly appreciate the art of driving. The GT3 RS starts at around $175,000, but trust me, it's worth every penny.\n",
+      "\n",
+      "Would you like to take a look at our current inventory? We have a few GT3 RS models available, and I'd be happy to give you a tour."
      ]
     }
    ],
@@ -363,7 +312,7 @@
    "provenance": []
   },
   "kernelspec": {
-   "display_name": "Python 3 (ipykernel)",
+   "display_name": "Python 3",
    "language": "python",
    "name": "python3"
   },
diff --git a/llama-index-integrations/llms/llama-index-llms-pipeshift/README.md b/llama-index-integrations/llms/llama-index-llms-pipeshift/README.md
index 775425c3a447d7027f12766f87b7cacc08a36ea3..c3e1532aebf4fa035d8edd84206bd07d4d8660be 100644
--- a/llama-index-integrations/llms/llama-index-llms-pipeshift/README.md
+++ b/llama-index-integrations/llms/llama-index-llms-pipeshift/README.md
@@ -1,4 +1,6 @@
-# LlamaIndex Llms Integration: Pipeshift
+# LlamaIndex Llms Integration: [Pipeshift](https://pipeshift.com)
+
+[Pipeshift](https://pipeshift.com) provides a fast and scalable infrastructure for fine-tuning and inferencing open-source LLMs. We abstract away the training + inferencing infrastructure and the tooling around it, enabling engineering teams to get to production with all the optimizations and one-click deployments.
 
 ## Installation
 
@@ -10,6 +12,7 @@
    ```
 
 2. Set the PIPESHIFT_API_KEY as an environment variable or pass it directly to the class constructor.
+3. Choose any of the pre-deployed models or the one deployed by you from deployments section of [pipeshift dashboard](https://dashboard.pipeshift.com/deployments)
 
 ## Usage
 
@@ -21,7 +24,7 @@ To generate a simple completion, use the `complete` method:
 from llama_index.llms.pipeshift import Pipeshift
 
 llm = Pipeshift(
-    model="mistralai/Mistral-7B-Instruct-v0.3",
+    model="meta-llama/Meta-Llama-3.1-8B-Instruct",
     # api_key="YOUR_API_KEY" # alternative way to pass api_key if not specified in environment variable
 )
 res = llm.complete("supercars are ")
@@ -49,7 +52,7 @@ messages = [
     ChatMessage(role="user", content="why should I pick porsche 911 gt3 rs"),
 ]
 res = Pipeshift(
-    model="mistralai/Mistral-7B-Instruct-v0.3", max_tokens=50
+    model="meta-llama/Meta-Llama-3.1-8B-Instruct", max_tokens=50
 ).chat(messages)
 print(res)
 ```
@@ -67,7 +70,7 @@ To stream a response in real-time using `stream_complete`:
 ```python
 from llama_index.llms.pipeshift import Pipeshift
 
-llm = Pipeshift(model="mistralai/Mistral-7B-Instruct-v0.3")
+llm = Pipeshift(model="meta-llama/Meta-Llama-3.1-8B-Instruct")
 resp = llm.stream_complete("porsche GT3 RS is ")
 
 for r in resp:
@@ -88,7 +91,7 @@ For a streamed conversation, use `stream_chat`:
 from llama_index.llms.pipeshift import Pipeshift
 from llama_index.core.llms import ChatMessage
 
-llm = Pipeshift(model="mistralai/Mistral-7B-Instruct-v0.3")
+llm = Pipeshift(model="meta-llama/Meta-Llama-3.1-8B-Instruct")
 messages = [
     ChatMessage(
         role="system", content="You are sales person at supercar showroom"
@@ -109,4 +112,4 @@ The Porsche 911 GT3 RS is an incredible piece of engineering. This high-performa
 
 ### LLM Implementation example
 
-https://docs.llamaindex.ai/en/stable/examples/llm/pipeshift/
+[Examples](https://docs.llamaindex.ai/en/stable/examples/llm/pipeshift/)
diff --git a/llama-index-integrations/llms/llama-index-llms-pipeshift/llama_index/llms/pipeshift/base.py b/llama-index-integrations/llms/llama-index-llms-pipeshift/llama_index/llms/pipeshift/base.py
index 121ed9fefa8d65da2a867fe53f913e61a0667711..39b886c462c00f7e0889080ca1eb2ca422ccb6b0 100644
--- a/llama-index-integrations/llms/llama-index-llms-pipeshift/llama_index/llms/pipeshift/base.py
+++ b/llama-index-integrations/llms/llama-index-llms-pipeshift/llama_index/llms/pipeshift/base.py
@@ -42,7 +42,7 @@ class Pipeshift(OpenAILike):
         # os.environ["PIPESHIFT_API_KEY"] = "your api key"
 
         llm = Pipeshift(
-            model="mistralai/Mistral-7B-Instruct-v0.3", api_key="your_api_key"
+            model="meta-llama/Meta-Llama-3.1-8B-Instruct", api_key="your_api_key"
         )
 
         resp = llm.complete("How fast is porsche gt3 rs?")