Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
leurez
/
Adam
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Adam
/
unfinished
/
cocalc
/
cocalc_test.py
Aymane Hrouch
Reformat code using PyCharm
f1594cf
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
96 Bytes
import
cocalc
response = cocalc.Completion.create(
prompt=
'hello world'
)
print
(response)