Adam / unfinished /cocalc /cocalc_test.py
t.me/xtekky
code refractoring
dbfeab7
raw
history blame
No virus
98 Bytes
import cocalc
response = cocalc.Completion.create(
prompt = 'hello world'
)
print(response)