Update maker.py
Browse files
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:
|