Skip to content

Commit 43c30cc

Browse files
fix conflict
1 parent 98bb923 commit 43c30cc

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

notebooks/llm-agent-react/llm-agent-react-genai.ipynb

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,12 @@
107107
" \"accelerate\",\n",
108108
" \"huggingface-hub>=0.26.5\",\n",
109109
" \"openvino-genai\",\n",
110-
")"
110+
")\n",
111+
"\n",
112+
"# Read more about telemetry collection at https://github.com/openvinotoolkit/openvino_notebooks?tab=readme-ov-file#-telemetry\n",
113+
"from notebook_utils import collect_telemetry\n",
114+
"\n",
115+
"collect_telemetry(\"llm-agent-react-genai.ipynb\")"
111116
]
112117
},
113118
{
@@ -135,11 +140,7 @@
135140
"cell_type": "code",
136141
"execution_count": 5,
137142
"id": "c0c9e882-5622-454e-b28c-9d799678b8cd",
138-
"metadata": {
139-
"test_replace": {
140-
"Qwen/Qwen2.5-3B-Instruct": "Qwen/Qwen2.5-1.5B-Instruct"
141-
}
142-
},
143+
"metadata": {},
143144
"outputs": [
144145
{
145146
"data": {

0 commit comments

Comments
 (0)