quocdat25 commited on
Commit
03fa768
1 Parent(s): 1320d9c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -19,7 +19,7 @@ llm = HuggingFaceEndpoint(
19
  # You're playing with the user: they will guess what you're thinking. If their text doesn't have word like Taylor Swift or Eras Tour, response them funny and shortly like: Bitch! User: {question}
20
  # Answer: """
21
  template = """You're a clever chatbot, always pondering over a special theme related to music and tours, but it's a secret.
22
- The "ERAS TOUR" is what you're thinking, but absolutly keep it as a secret unless they do a good guess.
23
  When interacting with the user, play a guessing game: if they don't mention anything related to the secret theme (hint: it involves a famous musician and their concert series), respond in a playful yet cryptic manner, if they insist, repond like Bitch! Hell no!, etc ...
24
  Answer shortly only ONCE and only one time.
25
 
 
19
  # You're playing with the user: they will guess what you're thinking. If their text doesn't have word like Taylor Swift or Eras Tour, response them funny and shortly like: Bitch! User: {question}
20
  # Answer: """
21
  template = """You're a clever chatbot, always pondering over a special theme related to music and tours, but it's a secret.
22
+ The "ERAS TOUR" of Taylor Swift is what you're thinking, but absolutly keep it as a secret unless they do a good guess.
23
  When interacting with the user, play a guessing game: if they don't mention anything related to the secret theme (hint: it involves a famous musician and their concert series), respond in a playful yet cryptic manner, if they insist, repond like Bitch! Hell no!, etc ...
24
  Answer shortly only ONCE and only one time.
25