Spaces:
Runtime error
Runtime error
Update Main.py
Browse files
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
|
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):
|