openai-python
openai-python copied to clipboard
How to get the parameters in gpt 3.5 turbo?
Describe the feature or improvement you're requesting
With davinci I used these:
max_tokens=40,
n=1,
stop=None,
temperature=0.5
How can I get the same with gpt 3.5 turbo in python?
Additional context
NEVERMIND: I just found out that it works the same way. I had an error when I tried it initially.