triage#171 Sometimes conversation.log remains empty
parent
f4c41ec5c0
commit
4f2f328f70
|
|
@ -329,7 +329,7 @@
|
|||
<key>KeepConversationLogTranscripts</key>
|
||||
<map>
|
||||
<key>Comment</key>
|
||||
<string>Keep a conversation log and transcripts</string>
|
||||
<string>Keep a conversation log and transcripts 2 - both, 1 - logs, 0 - none</string>
|
||||
<key>Persist</key>
|
||||
<integer>1</integer>
|
||||
<key>Type</key>
|
||||
|
|
|
|||
|
|
@ -1572,6 +1572,8 @@ bool LLIMModel::logToFile(const std::string& file_name, const std::string& from,
|
|||
}
|
||||
else
|
||||
{
|
||||
// will check KeepConversationLogTranscripts on its own
|
||||
LLConversationLog::instance().cache();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue