Spaces:
Build error
Build error
Commit ·
8d19ffb
1
Parent(s): d62675a
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,9 +5,9 @@ import openai
|
|
| 5 |
conversation_history = [
|
| 6 |
{
|
| 7 |
"role": "system",
|
| 8 |
-
"content": "Your name is Joe Chip, a world-class poker player
|
| 9 |
-
"If you need more context ask for it."
|
| 10 |
-
"Make sure you know the effective stack and whether
|
| 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"
|
|
|
|
| 5 |
conversation_history = [
|
| 6 |
{
|
| 7 |
"role": "system",
|
| 8 |
+
"content": "Your name is Joe Chip, a world-class poker player and communicator"
|
| 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"
|