Skip to content

Commit 5079001

Browse files
gustavocidornelaswhoseoyster
authored andcommitted
chore: update download URL for context file
1 parent 6f838f8 commit 5079001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/tracing/rag/rag_tracing.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"%%bash\n",
4747
"\n",
4848
"if [ ! -e \"context.txt\" ]; then\n",
49-
" curl \"https://raw.githubusercontent.com/openlayer-ai/examples-gallery/main/monitoring/llms/rag-tracing/context.txt\" --output \"context.txt\"\n",
49+
" curl \"https://raw.githubusercontent.com/openlayer-ai/templates/refs/heads/main/python/llms/azure-openai-rag/app/model/contexts.txt\" --output \"context.txt\"\n",
5050
"fi"
5151
]
5252
},
@@ -182,7 +182,7 @@
182182
],
183183
"metadata": {
184184
"kernelspec": {
185-
"display_name": "Python 3 (ipykernel)",
185+
"display_name": "openlayer-assistant",
186186
"language": "python",
187187
"name": "python3"
188188
},

0 commit comments

Comments
 (0)