summaryrefslogtreecommitdiffstats
path: root/openai_rev/forefront/__init__.py
diff options
context:
space:
mode:
authorRaju Komati <komatiraju032@gmail.com>2023-04-27 23:28:12 +0200
committerRaju Komati <komatiraju032@gmail.com>2023-04-27 23:28:47 +0200
commitdc1d9834f97bc5044c6417aeb44b9ca84bd18118 (patch)
tree23dd20d492eb9e6d3d337692d2683ec15dd60695 /openai_rev/forefront/__init__.py
parentupdate openai_rev module add test file with simple use (diff)
downloadgpt4free-dc1d9834f97bc5044c6417aeb44b9ca84bd18118.tar
gpt4free-dc1d9834f97bc5044c6417aeb44b9ca84bd18118.tar.gz
gpt4free-dc1d9834f97bc5044c6417aeb44b9ca84bd18118.tar.bz2
gpt4free-dc1d9834f97bc5044c6417aeb44b9ca84bd18118.tar.lz
gpt4free-dc1d9834f97bc5044c6417aeb44b9ca84bd18118.tar.xz
gpt4free-dc1d9834f97bc5044c6417aeb44b9ca84bd18118.tar.zst
gpt4free-dc1d9834f97bc5044c6417aeb44b9ca84bd18118.zip
Diffstat (limited to 'openai_rev/forefront/__init__.py')
-rw-r--r--openai_rev/forefront/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/openai_rev/forefront/__init__.py b/openai_rev/forefront/__init__.py
index 10202615..6fece65a 100644
--- a/openai_rev/forefront/__init__.py
+++ b/openai_rev/forefront/__init__.py
@@ -169,7 +169,6 @@ class Completion:
) -> ForeFrontResponse:
text = ''
final_response = None
- res = list(StreamingCompletion.create(token=token, prompt=prompt))
for response in StreamingCompletion.create(
token=token,
chat_id=chat_id,