mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
rm todo
This commit is contained in:
parent
8350fbd2d1
commit
bd13208513
1 changed files with 0 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in a new issue