diff --git a/docs/my-website/docs/tutorials/TogetherAI_liteLLM.md b/docs/my-website/docs/tutorials/TogetherAI_liteLLM.md index 45d174e76..08e8d56f0 100644 --- a/docs/my-website/docs/tutorials/TogetherAI_liteLLM.md +++ b/docs/my-website/docs/tutorials/TogetherAI_liteLLM.md @@ -52,7 +52,7 @@ You can create a custom prompt template. Let's make one for `OpenAssistant/llama2-70b-oasst-sft-v10`! -The accepted template format is: [Reference](https://huggingface.co/OpenAssistant/llama2-70b-oasst-sft-v10-) +The accepted template format is: [Reference](https://huggingface.co/OpenAssistant/llama2-70b-oasst-sft-v10) ``` """ <|im_start|>system @@ -134,4 +134,4 @@ print(response) }, "litellm_call_id": "f21315db-afd6-4c1e-b43a-0b5682de4b06" } -``` \ No newline at end of file +```