Merge pull request #851 from guspan-tanadi/docstutorialsTogetherAI

docs: erase hyphen Reference link Together AI
This commit is contained in:
Krish Dholakia 2023-11-20 08:15:17 -08:00 committed by GitHub
commit c1620fb775
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}
```
```