You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TEXT_PROMPT = "You are a chess coach. I am going to give you a PGN with each move having a comment with the evaluation. I am " + temp + ", and my opponent is "+ opponet +". How can I improve?"
with open('game.pgn', 'r') as file:
file_contents = file.read()
TEXT_PROMPT = TEXT_PROMPT + file_contents + "Provide general notes for " + temp + " with examples and an overview summary"