Browse Source

remove space

Thierry Moreau 1 year ago
parent
commit
525128828d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      demo_apps/OctoAI_API_example/LiveData.ipynb

+ 1 - 1
demo_apps/OctoAI_API_example/LiveData.ipynb

@@ -42,7 +42,7 @@
    "metadata": {},
    "outputs": [],
    "source": [
-    "# use ServiceContext to configure the LLM used and the custom embeddings \n",
+    "# use ServiceContext to configure the LLM used and the custom embeddings\n",
     "from llama_index import ServiceContext\n",
     "\n",
     "# VectorStoreIndex is used to index custom data \n",