Skip to content

Commit

Permalink
bugfix: Renaming conversation results in error
Browse files Browse the repository at this point in the history
  • Loading branch information
GaiZhenbiao committed Sep 19, 2024
1 parent 720c23d commit 66836e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChuanhuChatbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ def create_greeting(request: gr.Request):
# S&L
renameHistoryBtn.click(
rename_chat_history,
[current_model, saveFileName, chatbot],
[current_model, saveFileName],
[historySelectList],
show_progress=True,
js='(a,b,c,d)=>{return saveChatHistory(a,b,c,d);}'
Expand Down

0 comments on commit 66836e1

Please sign in to comment.