You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from together import Together
client = Together()
completion = client.chat.completions.create(
model="meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo",
messages=[{"role": "user", "content": "What are the top 3 things to do in New York?"}],
)
Expected behavior
I would expect something about New York.
However what I get is : "I'm ready to help. What would you like to know or discuss?"
Screenshots
Print out of a completion object can be seen below:
The text was updated successfully, but these errors were encountered:
Describe the bug
I am using an example from documentation at https://docs.together.ai/docs/introduction.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect something about New York.
However what I get is : "I'm ready to help. What would you like to know or discuss?"
Screenshots
Print out of a completion object can be seen below:
The text was updated successfully, but these errors were encountered: