소스 검색

remove space

Thierry Moreau 1 년 전
부모
커밋
8812b1c0c9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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",