We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a51ffd commit b87c323Copy full SHA for b87c323
04-Complex-Docs.ipynb
@@ -66,7 +66,7 @@
66
" \n",
67
"\n",
68
"BLOB_CONTAINER_NAME = \"books\"\n",
69
- "BASE_CONTAINER_URL = \"https://demodatasetsp.blob.core.windows.net/\" + BLOB_CONTAINER_NAME + \"/\"\n",
+ "BASE_CONTAINER_URL = \"https://datasetsgptsmartsearch.blob.core.windows.net/\" + BLOB_CONTAINER_NAME + \"/\"\n",
70
"LOCAL_FOLDER = \"./data/books/\"\n",
71
72
"MODEL = \"gpt-35-turbo-16k\" # options: gpt-35-turbo, gpt-35-turbo-16k, gpt-4, gpt-4-32k\n",
0 commit comments