1
0
Fork 0
GPT4FREE/unfinished/cocalc/cocalc_test.py

8 lines
98 B
Python
Raw Normal View History

2023-04-22 12:47:03 +00:00
import cocalc
response = cocalc.Completion.create(
prompt = 'hello world'
)
print(response)