Dooratre commited on
Commit
1bbd262
·
verified ·
1 Parent(s): fe60c71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -440,7 +440,7 @@ def build_initial_chat_history(alert_message=None):
440
  "Important Instructions:\n"
441
  "- Provide only ONE <img> at a time in the format:\n"
442
  " <img><XAUUSD><id_for_IND><id_for_IND><id_for_IND>// you can use maxumum 3 indecators in same image<timeframe></img>\nExample <img><XAUUSD><XXX><XXX><XXX><15m></img>"
443
- "- Use <final> only if you think the conversation already has enough information to conclude.\n\n"
444
  f"Current Time:\n{time_info}\n\n"
445
  f"Live Prices:\n{prices_text}"
446
  )
@@ -456,7 +456,7 @@ def build_initial_chat_history(alert_message=None):
456
  "Important Instructions:\n"
457
  "- Provide only ONE <img> at a time:\n"
458
  " <img><XAUUSD><id_for_IND><id_for_IND><id_for_IND>// you can use maxumum 3 indecators in same image<timeframe></img>\nExample <img><XAUUSD><XXX><XXX><XXX><15m></img>"
459
- "- Use <final> only if you believe there is enough information in the conversation.\n\n"
460
  f"Current Time:\n{time_info}\n\n"
461
  f"Live Prices:\n{prices_text}"
462
  )
@@ -466,7 +466,7 @@ def build_initial_chat_history(alert_message=None):
466
  "Important Instructions:\n"
467
  "- Provide only ONE <img> at a time:\n"
468
  " <img><XAUUSD><id_for_IND><id_for_IND><id_for_IND>// you can use maxumum 3 indecators in same image<timeframe></img>\nExample <img><XAUUSD><XXX><XXX><XXX><15m></img>"
469
- "- make SL from 3$ to 5$ and TP from 7$ to 10$\n\n"
470
  f"Current Time:\n{time_info}\n\n"
471
  f"Live Prices:\n{prices_text}"
472
  )
 
440
  "Important Instructions:\n"
441
  "- Provide only ONE <img> at a time in the format:\n"
442
  " <img><XAUUSD><id_for_IND><id_for_IND><id_for_IND>// you can use maxumum 3 indecators in same image<timeframe></img>\nExample <img><XAUUSD><XXX><XXX><XXX><15m></img>"
443
+ "- Use <final> only if you think the conversation already has enough information to conclude.\n\nYou need put 5 images i this conversation start with first one"
444
  f"Current Time:\n{time_info}\n\n"
445
  f"Live Prices:\n{prices_text}"
446
  )
 
456
  "Important Instructions:\n"
457
  "- Provide only ONE <img> at a time:\n"
458
  " <img><XAUUSD><id_for_IND><id_for_IND><id_for_IND>// you can use maxumum 3 indecators in same image<timeframe></img>\nExample <img><XAUUSD><XXX><XXX><XXX><15m></img>"
459
+ "- Use <final> only if you believe there is enough information in the conversation.\n\nYou need put 5 images i this conversation start with first one"
460
  f"Current Time:\n{time_info}\n\n"
461
  f"Live Prices:\n{prices_text}"
462
  )
 
466
  "Important Instructions:\n"
467
  "- Provide only ONE <img> at a time:\n"
468
  " <img><XAUUSD><id_for_IND><id_for_IND><id_for_IND>// you can use maxumum 3 indecators in same image<timeframe></img>\nExample <img><XAUUSD><XXX><XXX><XXX><15m></img>"
469
+ "- make SL from 3$ to 5$ and TP from 7$ to 10$\n\n You need put 5 images i this conversation start with first one"
470
  f"Current Time:\n{time_info}\n\n"
471
  f"Live Prices:\n{prices_text}"
472
  )