Update openai-gpt.go

Removed duplicate comment 

Signed-off-by: Mario Candela <m4r10.php@gmail.com>
This commit is contained in:
Mario Candela
2023-07-09 13:16:59 +02:00
committed by GitHub
parent f2d66d0f8c
commit 951bb3bd0a

View File

@ -65,8 +65,6 @@ type gptRequest struct {
Stop []string `json:"stop"`
}
// Reference: https://www.engraved.blog/building-a-virtual-machine-inside/
func buildPrompt(histories []History, command string) string {
var sb strings.Builder