Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ class PromptRefiner:
|
|
| 47 |
messages = [
|
| 48 |
{
|
| 49 |
"role": "system",
|
| 50 |
-
"content": 'You are an expert at refining and extending prompts. Given a basic prompt, provide a more detailed.'
|
| 51 |
},
|
| 52 |
{
|
| 53 |
"role": "user",
|
|
@@ -133,7 +133,7 @@ class PromptRefiner:
|
|
| 133 |
messages = [
|
| 134 |
{
|
| 135 |
"role": "system",
|
| 136 |
-
"content": "You are a helpful assistant. Answer in stylized version with latex format or markdown if relevant.
|
| 137 |
},
|
| 138 |
#"content": "You are a helpful assistant. Answer in stylized version with latex format or markdown if relevant. Separate your answer into logical sections using level 2 headers (##) for sections and bolding (**) for subsections. Incorporate a variety of lists, headers, and text to make the answer visually appealing"
|
| 139 |
{
|
|
|
|
| 47 |
messages = [
|
| 48 |
{
|
| 49 |
"role": "system",
|
| 50 |
+
"content": 'You are an expert at refining and extending prompts. Given a basic prompt, provide a more relevant and detailed prompt.'
|
| 51 |
},
|
| 52 |
{
|
| 53 |
"role": "user",
|
|
|
|
| 133 |
messages = [
|
| 134 |
{
|
| 135 |
"role": "system",
|
| 136 |
+
"content": "You are a helpful assistant. Answer in stylized version with latex format or markdown if relevant."
|
| 137 |
},
|
| 138 |
#"content": "You are a helpful assistant. Answer in stylized version with latex format or markdown if relevant. Separate your answer into logical sections using level 2 headers (##) for sections and bolding (**) for subsections. Incorporate a variety of lists, headers, and text to make the answer visually appealing"
|
| 139 |
{
|