mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-13 04:28:58 +08:00
add generate conversation name error log (#9117)
This commit is contained in:
parent
cbd3ffe056
commit
7a1da2409d
@ -82,8 +82,8 @@ class MessageCycleManage:
|
||||
try:
|
||||
name = LLMGenerator.generate_conversation_name(app_model.tenant_id, query)
|
||||
conversation.name = name
|
||||
except:
|
||||
pass
|
||||
except Exception as e:
|
||||
logging.exception(f"generate conversation name failed: {e}")
|
||||
|
||||
db.session.merge(conversation)
|
||||
db.session.commit()
|
||||
|
Loading…
x
Reference in New Issue
Block a user