diff --git a/docs/ecosystem/clearml_tracking.ipynb b/docs/ecosystem/clearml_tracking.ipynb index ef01bca464..20b118c696 100644 --- a/docs/ecosystem/clearml_tracking.ipynb +++ b/docs/ecosystem/clearml_tracking.ipynb @@ -19,7 +19,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Getting API Credentials\n", + "## Getting API Credentials\n", "\n", "We'll be using quite some APIs in this notebook, here is a list and where to get them:\n", "\n", @@ -47,7 +47,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Setting Up" + "## Setting Up" ] }, { @@ -103,7 +103,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Scenario 1: Just an LLM\n", + "## Scenario 1: Just an LLM\n", "\n", "First, let's just run a single LLM a few times and capture the resulting prompt-answer conversation in ClearML" ] @@ -361,7 +361,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Scenario 2: Creating a agent with tools\n", + "## Scenario 2: Creating an agent with tools\n", "\n", "To show a more advanced workflow, let's create an agent with access to tools. The way ClearML tracks the results is not different though, only the table will look slightly different as there are other types of actions taken when compared to the earlier, simpler example.\n", "\n", @@ -542,7 +542,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Tips and Next Steps\n", + "## Tips and Next Steps\n", "\n", "- Make sure you always use a unique `name` argument for the `clearml_callback.flush_tracker` function. If not, the model parameters used for a run will override the previous run!\n", "\n", diff --git a/docs/ecosystem/comet_tracking.ipynb b/docs/ecosystem/comet_tracking.ipynb index b7009c723c..fa8b1217db 100644 --- a/docs/ecosystem/comet_tracking.ipynb +++ b/docs/ecosystem/comet_tracking.ipynb @@ -5,7 +5,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Using Comet with Langchain" + "# Comet" ] }, {