Tonic commited on
Commit
0cde323
1 Parent(s): 35996b9

Update maker.py

Browse files
Files changed (1) hide show
  1. maker.py +1 -1
maker.py CHANGED
@@ -139,7 +139,7 @@ def extract_title_prompt_example(text):
139
  return text, title, system_prompt, example_input
140
 
141
 
142
- def make_open_gpt(message, history, current_title, current_system_prompt, current_example_input, system_prompt):
143
  try:
144
  response = predict_beta(message, history, system_prompt)
145
  if not response:
 
139
  return text, title, system_prompt, example_input
140
 
141
 
142
+ def make_open_gpt(message, history, current_title, current_system_prompt, current_example_input, system_prompt=system_prompt):
143
  try:
144
  response = predict_beta(message, history, system_prompt)
145
  if not response: