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

8 lines
96 B
Python
Raw Normal View History

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