jackschedel / KoalaClient

The best LLM API Playground Interface (for me)
https://client.koaladev.io/
Creative Commons Zero v1.0 Universal
30 stars 9 forks source link

- Added rendering FEN blocks (chess board notation) #49

Closed cheeseonamonkey closed 1 year ago

cheeseonamonkey commented 1 year ago

Chess board FEN Renderer:

image


You must instruct in the prompt how to format the FEN code properly as a Markdown block (format inspired by Obsidian.MD plugins like dataview).

For example, this FEN code:

```fen
rnbq1rk1/ppp1ppbp/3p1np1/8/2PPP3/2N2P2/PP2N1PP/R1BQKB1R b KQ - 0 10
```

creates this chess board: image

jackschedel commented 1 year ago

lmfao this is so dumb I love it - GPT's are crazy bad at hallucinating when it comes to chess.

I'm down to PR this even though there is almost 0 chance that this will be useful with the current state of LLMs (coming from a guy who's working on a chess engine as a side project lol)

cheeseonamonkey commented 1 year ago

GPT's are crazy bad at hallucinating when it comes to chess

LOL good to know, I was not aware! :stuck_out_tongue_closed_eyes:

Chess.com has an incredibly open API, and I wired it up to ChatGPT to generate report cards for games just because it's easy: image

I found it to be vaguely accurate, but not particularly helpful :)