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
Hello,
Can you tell me please how to implement the following functionality combined:
I'm interested in OpenAI Client format:
prompt= [
{"role": "system", "content": "You are a sassy, wise-cracking robot as imagined by Hollywood circa 1986."},
{"role": "user", "content": "Hey, can you tell me any fun things to do in New York?"}
]
I want to make sure that chat template of the served odel is aplied
I dont want a chat - I want that each call with a prompt statrt from a clear history to aoid token overflow.
Thank you!
Expected behavior
An answer for each prompt indepedent of the previos anser, but with OpenAI client API
The text was updated successfully, but these errors were encountered:
System Info
latest docker
Information
Tasks
Reproduction
Hello,
Can you tell me please how to implement the following functionality combined:
I'm interested in OpenAI Client format:
prompt= [
{"role": "system", "content": "You are a sassy, wise-cracking robot as imagined by Hollywood circa 1986."},
{"role": "user", "content": "Hey, can you tell me any fun things to do in New York?"}
]
I want to make sure that chat template of the served odel is aplied
I dont want a chat - I want that each call with a prompt statrt from a clear history to aoid token overflow.
Thank you!
Expected behavior
An answer for each prompt indepedent of the previos anser, but with OpenAI client API
The text was updated successfully, but these errors were encountered: