macleanb / chess_public

3 stars 0 forks source link

Adjust ChatGPT prompts for move suggestions #63

Closed chsbca closed 4 months ago

chsbca commented 4 months ago

Move suggestions are sometimes off, so updating prompts may give ChatGPT a clearer picture to hopefully give us better move suggestions.

Possible factors to check:

  1. "white vs black" instead of "light vs dark"
  2. shortening the prompt to prevent chatgpt from stepping on itself
  3. utilizing new chess module to compile data to send to chatgpt?
chsbca commented 4 months ago

image

despite using 'fen' for an easier and more accurate prompt of the board, chatgpt still reads the notation wrong. Might just need to incorporate into project as is

chsbca commented 4 months ago

alternative was implemented via #75