Spaces:
Running
Running
Update prompt_refiner.py
Browse files- prompt_refiner.py +2 -0
prompt_refiner.py
CHANGED
@@ -15,7 +15,9 @@ class PromptRefiner:
|
|
15 |
meta_prompt_choice,
|
16 |
self.meta_prompts["star"] # Default to "star" if choice not found
|
17 |
)
|
|
|
18 |
print(selected_meta_prompt)
|
|
|
19 |
messages = [
|
20 |
{
|
21 |
"role": "system",
|
|
|
15 |
meta_prompt_choice,
|
16 |
self.meta_prompts["star"] # Default to "star" if choice not found
|
17 |
)
|
18 |
+
print('_'*100)
|
19 |
print(selected_meta_prompt)
|
20 |
+
print('_'*100)
|
21 |
messages = [
|
22 |
{
|
23 |
"role": "system",
|