guidopetri/chess-pipeline

Use cloud eval API if position is available

Closed this issue · 2 comments

Brand new on the Lichess API: we can get cloud evals. This is probably faster than doing the search ourselves, but even if it isn't, it would give us a better depth. We should do the local eval if it's not available on cloud, as a fallback.

Reference

Done in 258fb07 . Testing now.

Of course - there was a small typo. Fixed in 3169720 , tested and working. Merging into master now.