Adam / unfinished /cocalc /cocalc_test.py
Aymane Hrouch
Reformat code using PyCharm
f1594cf
import cocalc
response = cocalc.Completion.create(
prompt='hello world'
)
print(response)