From 7cd7bed89c2b1d27587ddb8875ac610cdbd46bdb Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Mon, 20 Nov 2023 08:58:23 +0700 Subject: [PATCH] docs: cleaning hyphen Reference link Together AI --- docs/my-website/docs/tutorials/TogetherAI_liteLLM.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```