This commit is contained in:
Andrew Pareles 2025-05-29 22:37:59 -07:00
parent 8350fbd2d1
commit bd13208513

View file

@ -134,7 +134,6 @@ class GenerateCommitMessageService extends Disposable implements IGenerateCommit
/** LLM Functions */
private sendLLMMessage(messages: LLMChatMessage[], separateSystemMessage: string, modelOptions: ModelOptions): Promise<string> {
//TODO VoidSCM - Experiment with LLM messages to get better results. The results now seem decent. But it hasn't been tested much and could probably be improved.
return new Promise((resolve, reject) => {
this.llmRequestId = this.llmMessageService.sendLLMMessage({