code refractoring
This commit is contained in:
8
unfinished/cocalc/cocalc_test.py
Normal file
8
unfinished/cocalc/cocalc_test.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import cocalc
|
||||
|
||||
|
||||
response = cocalc.Completion.create(
|
||||
prompt = 'hello world'
|
||||
)
|
||||
|
||||
print(response)
|
||||
Reference in New Issue
Block a user