Skip to content

Commit

Permalink
docs: missing Kili Python SDK ref in title (#1550)
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreLeveau authored Oct 19, 2023
1 parent 9c16f67 commit 05ba59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/finetuning_openai_summaries.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@
"kili = Kili()\n",
"\n",
"project = kili.create_project(\n",
" title=\"Summarization\",\n",
" title=\"[Kili SDK Notebook]: Fix article summarization\",\n",
" description=\"Summarize PubMed articles\",\n",
" input_type=\"TEXT\",\n",
" json_interface={\n",
Expand Down

0 comments on commit 05ba59a

Please sign in to comment.