mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00
Update openai-gpt.go
Removed duplicate comment Signed-off-by: Mario Candela <m4r10.php@gmail.com>
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user