code refractoring

This commit is contained in:
t.me/xtekky
2023-04-22 13:47:03 +01:00
parent de1a201c61
commit dbfeab7242
3 changed files with 15 additions and 23 deletions

View File

@@ -0,0 +1,8 @@
import cocalc
response = cocalc.Completion.create(
prompt = 'hello world'
)
print(response)