mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-15 06:41:34 -08:00
Add conversation support for Bing
This commit is contained in:
parent
f861f322aa
commit
4778356064
5 changed files with 113 additions and 46 deletions
|
|
@ -85,7 +85,7 @@ class Backend_Api(Api):
|
|||
kwargs = self._prepare_conversation_kwargs(json_data, kwargs)
|
||||
|
||||
return self.app.response_class(
|
||||
self._create_response_stream(kwargs),
|
||||
self._create_response_stream(kwargs, json_data.get("conversation_id")),
|
||||
mimetype='text/event-stream'
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue