Zekun Wu commited on
Commit
7be9f66
1 Parent(s): afc550f
Files changed (1) hide show
  1. pages/1_Injection.py +1 -1
pages/1_Injection.py CHANGED
@@ -26,7 +26,7 @@ def initialize_state():
26
  keys = ["model_submitted", "api_key", "endpoint_url", "deployment_name", "temperature", "max_tokens",
27
  "data_processed", "group_name", "occupation", "privilege_label", "protect_label", "num_run",
28
  "uploaded_file", "occupation_submitted","sample_size","charateristics","proportion"]
29
- defaults = [False, "", "https://safeguard-monitor.openai.azure.com/", "gpt35-1106", 0.0, 150, False, "Gender",
30
  "Programmer", "Male", "Female", 1, None, False,2,"This candidate's performance during the internship at our institution was evaluated to be at the 50th percentile among current employees.",1]
31
  for key, default in zip(keys, defaults):
32
  if key not in st.session_state:
 
26
  keys = ["model_submitted", "api_key", "endpoint_url", "deployment_name", "temperature", "max_tokens",
27
  "data_processed", "group_name", "occupation", "privilege_label", "protect_label", "num_run",
28
  "uploaded_file", "occupation_submitted","sample_size","charateristics","proportion"]
29
+ defaults = [False, "", "https://safeguard-monitor.openai.azure.com/", "gpt35-1106", 0.0, 300, False, "Gender",
30
  "Programmer", "Male", "Female", 1, None, False,2,"This candidate's performance during the internship at our institution was evaluated to be at the 50th percentile among current employees.",1]
31
  for key, default in zip(keys, defaults):
32
  if key not in st.session_state: