Welcome to the staging ground for new communities! Each proposal has a description in the "Descriptions" category and a body of questions and answers in "Incubator Q&A". You can ask questions (and get answers, we hope!) right away, and start new proposals.
Are you here to participate in a specific proposal? Click on the proposal tag (with the dark outline) to see only posts about that proposal and not all of the others that are in progress. Tags are at the bottom of each post.
Parameters of openai.ChatCompletion.create Question
The Python library for OpenAI has a method openai.ChatCompletion.create
which takes various parameters like messages
, functions
, and so on. I could not find documentation for these in the context of Python (as opposed to the REST API).
What is the full list of parameters that can be passes to create
and what values they can/should have?
0 comment threads