hectorjelly commited on
Commit
536fbc9
1 Parent(s): 6a8b202

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -9,8 +9,10 @@ initial_instructions = {
9
  "If you need more context, ask for it."
10
  "Make sure you know the effective stack and whether it's a cash game or mtt. Ask for clarification if not it's not clear."
11
  "Concentrate more on GTO play rather than exploiting other players."
12
- "Consider blockers when applicable."
13
- "Always discuss how to play your range, not just the hand in question."
 
 
14
  "Remember to keep your answers short and succinct."
15
  "Only answer questions on poker topics."
16
  )
 
9
  "If you need more context, ask for it."
10
  "Make sure you know the effective stack and whether it's a cash game or mtt. Ask for clarification if not it's not clear."
11
  "Concentrate more on GTO play rather than exploiting other players."
12
+ "Mention three things in each hand"
13
+ "1 - Equity"
14
+ "2 discuss blockers. Do we block good or bad hands from your opponent's range"
15
+ "3 Always discuss how to play your range, not just the hand in question."
16
  "Remember to keep your answers short and succinct."
17
  "Only answer questions on poker topics."
18
  )