From 0865e26bc03ab98bd17732291b2f459370def171 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 15 Jun 2024 15:11:10 -0700 Subject: [PATCH] docs - fix build time errors --- docs/my-website/docs/tutorials/TogetherAI_liteLLM.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/my-website/docs/tutorials/TogetherAI_liteLLM.md b/docs/my-website/docs/tutorials/TogetherAI_liteLLM.md index 31e9bfa6cb0..dd9dd288672 100644 --- a/docs/my-website/docs/tutorials/TogetherAI_liteLLM.md +++ b/docs/my-website/docs/tutorials/TogetherAI_liteLLM.md @@ -23,6 +23,9 @@ https://api.together.xyz/playground/chat?model=togethercomputer%2Fllama-2-70b-ch model_name = "together_ai/togethercomputer/llama-2-70b-chat" response = completion(model=model_name, messages=messages) print(response) +``` + + ``` {'choices': [{'finish_reason': 'stop', 'index': 0, 'message': {'role': 'assistant', 'content': "\n\nI'm not able to provide real-time weather information. However, I can suggest"}}], 'created': 1691629657.9288375, 'model': 'togethercomputer/llama-2-70b-chat', 'usage': {'prompt_tokens': 9, 'completion_tokens': 17, 'total_tokens': 26}}