added theb to openai_rev module
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user