summaryrefslogtreecommitdiffstats
path: root/unfinished/cocalc/cocalc_test.py
diff options
context:
space:
mode:
authort.me/xtekky <98614666+xtekky@users.noreply.github.com>2023-04-28 10:03:48 +0200
committerGitHub <noreply@github.com>2023-04-28 10:03:48 +0200
commitc5cdbaf6e19fa5693c4194e53772452b9e1c3eac (patch)
tree5edf2d2f6f7d88f523397587e569ea06e4acc38f /unfinished/cocalc/cocalc_test.py
parentMerge pull request #215 from hikeri/main (diff)
parentfixed # (diff)
downloadgpt4free-c5cdbaf6e19fa5693c4194e53772452b9e1c3eac.tar
gpt4free-c5cdbaf6e19fa5693c4194e53772452b9e1c3eac.tar.gz
gpt4free-c5cdbaf6e19fa5693c4194e53772452b9e1c3eac.tar.bz2
gpt4free-c5cdbaf6e19fa5693c4194e53772452b9e1c3eac.tar.lz
gpt4free-c5cdbaf6e19fa5693c4194e53772452b9e1c3eac.tar.xz
gpt4free-c5cdbaf6e19fa5693c4194e53772452b9e1c3eac.tar.zst
gpt4free-c5cdbaf6e19fa5693c4194e53772452b9e1c3eac.zip
Diffstat (limited to 'unfinished/cocalc/cocalc_test.py')
-rw-r--r--unfinished/cocalc/cocalc_test.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/unfinished/cocalc/cocalc_test.py b/unfinished/cocalc/cocalc_test.py
deleted file mode 100644
index d6266518..00000000
--- a/unfinished/cocalc/cocalc_test.py
+++ /dev/null
@@ -1,7 +0,0 @@
-import cocalc
-
-response = cocalc.Completion.create(
- prompt='hello world'
-)
-
-print(response)