6 ms·
This is awesome. Is your code open source? It would be cool to make a textbook for SQL in this format.
by mrtimo 5mo ago
This is awesome. Is your code open source? It would be cool to make a textbook for SQL in this format.
- nl 5mo agoYes, code here: https://github.com/nlothian/llm-sql-benchmark https://github.com/nlothian/llm-sql-benchmark There is a V2 branch with some minor fixes etc I'm working on.
- mrtimo 5mo agoCan it be run as a static site(github pages) ?
- nl 5mo agoIt is completely static - everything is done on the client side. It's WASM plus client-side React components in a static site. I'm hosting of Cloudflare Pages (without their serverside function hosting), so yes GH pages will work fine.