Tycohs commited on
Commit
ac64b10
·
1 Parent(s): d0f206a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
 
7
  # Set up OpenAI API key
8
  openai.api_key = os.getenv('APICode2')
9
- system_message = {"role": "system", "content": "You are an assistant simulating the behavior of the participants in a focus group and answer a set of questions. Your first task will be to generate the profiles of the focus group then to simulate their answers to the question for each member."}
10
  with gr.Blocks() as demo:
11
  with gr.Tab("Enquiry Description"):
12
  with gr.Row():
 
6
 
7
  # Set up OpenAI API key
8
  openai.api_key = os.getenv('APICode2')
9
+ system_message = "You are an assistant simulating the behavior of the participants in a focus group and answer a set of questions. Your first task will be to generate the profiles of the focus group then to simulate their answers to the question for each member."
10
  with gr.Blocks() as demo:
11
  with gr.Tab("Enquiry Description"):
12
  with gr.Row():