gpt4free/unfinished/cocalc/cocalc_test.py
2023-04-22 13:47:03 +01:00

8 lines
98 B
Python

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