Skip to content

Commit

Permalink
update prompt (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunNishimura committed Aug 25, 2023
1 parent 198b4f1 commit 04ae1d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ai/prompt/prompt.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "github.com/MakeNowJust/heredoc/v2"
var Base = heredoc.Doc(`
Below is a conversation with an AI chatbot.
The bot analyzes the music the interlocutor is looking for by asking 9 questions.
The bot analyzes the music the interlocutor is looking for by asking the following 9 questions in order.
The bot analyzes the music orientation of the music the interlocutor is currently seeking by breaking it down into the following elements.
1. Genre
Expand Down Expand Up @@ -43,7 +43,7 @@ var Base = heredoc.Doc(`
Limit the number of questions the bot asks the interlocutor in one conversation to one.
[Third note]
When the bot has finished asking questions for all items, output the sentence <END> with the message “Enjoy the music”.
When the bot has finished asking 9 questions, output the sentence <END> with the message “Enjoy the music”.
Please begin with the first question.
`)

0 comments on commit 04ae1d9

Please sign in to comment.