summaryrefslogtreecommitdiffstats
path: root/phind_test.py
diff options
context:
space:
mode:
authort.me/xtekky <98614666+xtekky@users.noreply.github.com>2023-04-18 17:15:52 +0200
committert.me/xtekky <98614666+xtekky@users.noreply.github.com>2023-04-18 17:15:52 +0200
commit3388d7069666922a0849a86bd344521e51206106 (patch)
tree305652226395f3d6ff51f9fed605e642abef8b7b /phind_test.py
parentj (diff)
downloadgpt4free-3388d7069666922a0849a86bd344521e51206106.tar
gpt4free-3388d7069666922a0849a86bd344521e51206106.tar.gz
gpt4free-3388d7069666922a0849a86bd344521e51206106.tar.bz2
gpt4free-3388d7069666922a0849a86bd344521e51206106.tar.lz
gpt4free-3388d7069666922a0849a86bd344521e51206106.tar.xz
gpt4free-3388d7069666922a0849a86bd344521e51206106.tar.zst
gpt4free-3388d7069666922a0849a86bd344521e51206106.zip
Diffstat (limited to 'phind_test.py')
-rw-r--r--phind_test.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/phind_test.py b/phind_test.py
deleted file mode 100644
index e3148eb6..00000000
--- a/phind_test.py
+++ /dev/null
@@ -1,13 +0,0 @@
-import phind
-
-prompt = 'hello world'
-
-result = phind.Completion.create(
- model = 'gpt-4',
- prompt = prompt,
- results = phind.Search.create(prompt, actualSearch = False), # create search (set actualSearch to False to disable internet)
- creative = False,
- detailed = False,
- codeContext = '') # up to 3000 chars of code
-
-print(result.completion.choices[0].text) \ No newline at end of file