bstraehle commited on
Commit
61b8fa8
·
verified ·
1 Parent(s): dc7992f

Update agents/llms/llms.py

Browse files
Files changed (1) hide show
  1. agents/llms/llms.py +1 -1
agents/llms/llms.py CHANGED
@@ -20,7 +20,7 @@ LLM_WEB_BROWSER = "claude-sonnet-4-5-latest"
20
  # Prompts
21
 
22
  PROMPT_IMG_TO_FEN = """
23
- Carefully analyze the chess board image and convert it to FEN (Forsyth-Edwards Notation). Pay attention to rank and file labels.
24
 
25
  Active color: {active_color}.
26
 
 
20
  # Prompts
21
 
22
  PROMPT_IMG_TO_FEN = """
23
+ Analyze the chess board image and convert it to FEN (Forsyth-Edwards Notation). Pay attention to rank and file labels and to all pieces.
24
 
25
  Active color: {active_color}.
26