Views
No views yet
cd examples/custom_pipelineuvicorn main:app --reload --port 80001from closedai import openai
2
3completion = openai.Completion.create(model='asdf', prompt='hi there, my name is')
4# >>> completion.choices[0].text
5# ', and 0 (test), and 1 (test), and 2 (test), and 3 (test), and 4 (test)'