Spaces:
Running
Running
Update prompt_refiner.py
Browse files- prompt_refiner.py +1 -1
prompt_refiner.py
CHANGED
@@ -15,7 +15,7 @@ class PromptRefiner:
|
|
15 |
meta_prompt_choice,
|
16 |
self.meta_prompts["star"] # Default to "star" if choice not found
|
17 |
)
|
18 |
-
|
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(selected_meta_prompt)
|
19 |
messages = [
|
20 |
{
|
21 |
"role": "system",
|