summaryrefslogblamecommitdiffstats
path: root/unfinished/cocalc/cocalc_test.py
blob: d62665184cd9fa4ea29b7dfe9925e6318ff1b906 (plain) (tree)
1
2
3
4
5
6
7

             
                                    
                        

 
               
import cocalc

response = cocalc.Completion.create(
    prompt='hello world'
)

print(response)