diff --git a/docs/zero_to_hero_guide/Tool_Calling101_Using_Together's_Llama_Stack_Server.ipynb b/docs/zero_to_hero_guide/Tool_Calling101_Using_Together's_Llama_Stack_Server.ipynb index 36f7c5a6f..17662aad0 100644 --- a/docs/zero_to_hero_guide/Tool_Calling101_Using_Together's_Llama_Stack_Server.ipynb +++ b/docs/zero_to_hero_guide/Tool_Calling101_Using_Together's_Llama_Stack_Server.ipynb @@ -132,15 +132,6 @@ " return Agent(client, agent_config)" ] }, - { - "cell_type": "markdown", - "metadata": { - "id": "iMVYso6_xoDV" - }, - "source": [ - "Quickly and easily get a free Together.ai API key [here](https://api.together.ai) and replace \"YOUR_TOGETHER_API_KEY\" below with it." - ] - }, { "cell_type": "code", "execution_count": null,