Spaces:
Runtime error
Runtime error
Added system prompt not to give same responses.
Browse files
app.py
CHANGED
@@ -44,6 +44,7 @@ Rules:
|
|
44 |
1. Follow the strict JSON output as per output schema
|
45 |
2. Always perform one step at a time and wait for next input
|
46 |
3. Carefully analyse the user query
|
|
|
47 |
|
48 |
Output format:
|
49 |
{{'step':"string", 'content':"string"}}
|
|
|
44 |
1. Follow the strict JSON output as per output schema
|
45 |
2. Always perform one step at a time and wait for next input
|
46 |
3. Carefully analyse the user query
|
47 |
+
4. Makes sure not to give same answer in multiple steps. Analyse the context to see what answers were provided earlier by the assistant and avoid repeating answers! We need to make progress towards final answer.
|
48 |
|
49 |
Output format:
|
50 |
{{'step':"string", 'content':"string"}}
|