Skip to content

Commit 94fbfb9

Browse files
authored
Fix dataset creation issue in the low level api example notebook (#43)
1 parent 8700cb2 commit 94fbfb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/notebooks/aimon_sdk_langchain_summarization_low_level_api.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
"})\n",
231231
"\n",
232232
"dataset_data_2 = json.dumps({\n",
233-
" \"name\": \"test_evaluation_dataset_1.csv\",\n",
233+
" \"name\": \"test_evaluation_dataset_2.csv\",\n",
234234
" \"description\": \"This is another custom dataset\"\n",
235235
"})\n",
236236
"\n",

0 commit comments

Comments
 (0)