mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
docs - fix doc build time errors
This commit is contained in:
parent
3a35657420
commit
69a20c94fd
5 changed files with 4 additions and 93 deletions
|
@ -26,6 +26,7 @@ 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}}
|
||||
```
|
||||
|
||||
|
||||
LiteLLM handles the prompt formatting for Together AI's Llama2 models as well, converting your message to the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue