From 7253ef5d0aa6d3e4c2f9b799651f1a86ebd4df26 Mon Sep 17 00:00:00 2001 From: Jeff Tang Date: Wed, 13 Nov 2024 11:17:20 -0800 Subject: [PATCH] removed a note about using together api key - may need when it has to be passed --- ..._Calling101_Using_Together's_Llama_Stack_Server.ipynb | 9 --------- 1 file changed, 9 deletions(-) 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,