Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
leurez
/
Adam
like
0
Build error
App
Files
Files
Community
9f1a159
Adam
/
unfinished
/
cocalc
/
cocalc_test.py
t.me/xtekky
code refractoring
dbfeab7
over 1 year ago
raw
Copy download link
history
blame
Safe
98 Bytes
import
cocalc
response = cocalc.Completion.create(
prompt =
'hello world'
)
print
(response)