Skip to content

Commit 17cc670

Browse files
gustavocidornelaswhoseoyster
authored andcommitted
Closes OPEN-5847 Remove stop_monitoring() from LLM quickstart notebook
1 parent 1c7f2e0 commit 17cc670

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

examples/monitoring/quickstart/llms/openai_llm_monitor.ipynb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -152,16 +152,6 @@
152152
" collected_messages.append(chunk.choices[0].delta.content) "
153153
]
154154
},
155-
{
156-
"cell_type": "code",
157-
"execution_count": null,
158-
"id": "f9139f2b",
159-
"metadata": {},
160-
"outputs": [],
161-
"source": [
162-
"openai_monitor.stop_monitoring()"
163-
]
164-
},
165155
{
166156
"cell_type": "code",
167157
"execution_count": null,

0 commit comments

Comments
 (0)