forked from phoenix/litellm-mirror
docs - fix build time errors
This commit is contained in:
parent
69a20c94fd
commit
0865e26bc0
1 changed files with 3 additions and 0 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue