nakas commited on
Commit
d4df15f
·
1 Parent(s): 1cf90bc

Update Main.py

Browse files
Files changed (1) hide show
  1. Main.py +1 -1
Main.py CHANGED
@@ -35,7 +35,7 @@ def app():
35
  #parse info eventually but lets just do it all as a test
36
  evalstring = str(info)
37
 
38
- stringprompt = 'Based on the chess board position at this fen string ' + fenstring + 'can you give an in depth analysis as to why d7b5 is the best move to play '
39
 
40
  return pred.model_prediction(input=stringprompt.strip() , api_key=api_key)
41
  def process_prompt(input):
 
35
  #parse info eventually but lets just do it all as a test
36
  evalstring = str(info)
37
 
38
+ stringprompt = 'Based on the chess board position at this fen string ' + fenstring + 'can you give an in depth analysis as to why c3d5 is the best move to play '
39
 
40
  return pred.model_prediction(input=stringprompt.strip() , api_key=api_key)
41
  def process_prompt(input):