summaryrefslogtreecommitdiffstats
path: root/you_test.py
diff options
context:
space:
mode:
authort.me/xtekky <98614666+xtekky@users.noreply.github.com>2023-04-25 19:40:17 +0200
committert.me/xtekky <98614666+xtekky@users.noreply.github.com>2023-04-25 19:40:17 +0200
commite341c75e5e9c34c5aa583e67b8711799d74040eb (patch)
tree9838ce842a78a0226bb9d55e83bfc0a7d7b2249d /you_test.py
parent_ (diff)
downloadgpt4free-e341c75e5e9c34c5aa583e67b8711799d74040eb.tar
gpt4free-e341c75e5e9c34c5aa583e67b8711799d74040eb.tar.gz
gpt4free-e341c75e5e9c34c5aa583e67b8711799d74040eb.tar.bz2
gpt4free-e341c75e5e9c34c5aa583e67b8711799d74040eb.tar.lz
gpt4free-e341c75e5e9c34c5aa583e67b8711799d74040eb.tar.xz
gpt4free-e341c75e5e9c34c5aa583e67b8711799d74040eb.tar.zst
gpt4free-e341c75e5e9c34c5aa583e67b8711799d74040eb.zip
Diffstat (limited to '')
-rw-r--r--you_test.py (renamed from testing/you_test.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/you_test.py b/you_test.py
index 62598e05..9c69cf34 100644
--- a/testing/you_test.py
+++ b/you_test.py
@@ -4,7 +4,7 @@ import you
response = you.Completion.create(
prompt = "hello world",
detailed = True,
- includelinks = True,)
+ includelinks = True)
print(response)