Afeezee commited on
Commit
ccf3d48
·
verified ·
1 Parent(s): 625ee44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def count_tokens(messages):
26
  # Function to get the initial LLM output and start the conversation
27
  def start_trivia_game():
28
  # Initial message to start the game
29
- initial_message = "Start a Trivia on Nigerian music. Make your questions always concise, no irrelevant text. Expect the precise answer as text or the alphabet of the option from users as the answer. Make 'None of the Above' an option available so that if the answer to the question is not in the options, users can choose 'None of the above'. Assess the answer and provide the percentage score. The highest percentage is 100% and no percentage assessment should be greater than this."
30
 
31
  # Add the initial message to the conversation history
32
  with lock:
 
26
  # Function to get the initial LLM output and start the conversation
27
  def start_trivia_game():
28
  # Initial message to start the game
29
+ initial_message = "Start a Trivia on Nigerian music. Make your questions always concise, no irrelevant text. Expect the precise answer as text or the alphabet of the option from users as the answer. Make 'None of the Above' an option available so that if the answer to the question is not in the options, users can choose 'None of the above'. Assess the answers and provide the percentage score based on the present and previous scores. The highest percentage is 100% and no percentage assessment should be greater than this."
30
 
31
  # Add the initial message to the conversation history
32
  with lock: