summary fixed
This commit is contained in:
parent
e17668caba
commit
2e259fcb8f
@ -115,7 +115,7 @@ Please build upon this context while analyzing the new conversation segments.
|
||||
await sessionRepository.touch(this.currentSessionId);
|
||||
}
|
||||
|
||||
const modelInfo = await getCurrentModelInfo('llm');
|
||||
const modelInfo = await getCurrentModelInfo(null, { type: 'llm' });
|
||||
if (!modelInfo || !modelInfo.apiKey) {
|
||||
throw new Error('AI model or API key is not configured.');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user