Skip to content

Commit

Permalink
Merge pull request #113 from Eikosa/patch-2
Browse files Browse the repository at this point in the history
Bug fix for autosave
  • Loading branch information
JE-Chen committed Feb 3, 2024
2 parents 318273c + e7c5376 commit a558aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion re_edge_gpt/chat/chathub.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ async def ask_stream(
if response:
image_url = f"https://www.bing.com/images/blob?bcid={response}"
# Construct a ChatHub request
if autosave is False:
if autosave is False and "autosave" in conversation_style.value:
conversation_style.value.remove("autosave")
self.request.update(
prompt=prompt,
Expand Down

0 comments on commit a558aa0

Please sign in to comment.