Where can I find the parametre list for the Completions ? #1356
Koenisegg484
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using a free version of Openai's API thus I would like to properly configure my messages so that they use lesser tokens/credits.
Where can I find the full list of parametres for the following function :
client.chat.completions.create(
messages=[
{
"role" : "user",
"content" : user_prompt,
}
],
model="gpt-3.5-turbo",
)
Beta Was this translation helpful? Give feedback.
All reactions