From 909a5cb53a2d1e7c0e2687536c94a0f0c33b0898 Mon Sep 17 00:00:00 2001 From: nicucalcea Date: Wed, 24 Apr 2024 00:00:18 +0100 Subject: [PATCH] small observable restyling --- _observable/docs/ai/llm-comparison.md | 2 +- _observable/docs/src/style.css | 54 +++++++++++++++++++++++++++ docs/ai/llm-comparison.html | 6 +-- docs/sitemap.xml | 18 ++++----- style.scss | 2 +- 5 files changed, 68 insertions(+), 14 deletions(-) create mode 100644 _observable/docs/src/style.css diff --git a/_observable/docs/ai/llm-comparison.md b/_observable/docs/ai/llm-comparison.md index feaec98..2c2a13d 100644 --- a/_observable/docs/ai/llm-comparison.md +++ b/_observable/docs/ai/llm-comparison.md @@ -101,7 +101,7 @@ Inputs.table(lmsys_cost, { ```js function sparkbar(max) { return (x) => htl.html`
{ +define({id: "8639f3b0", inputs: ["htl"], outputs: ["sparkbar"], body: (htl) => { function sparkbar(max) { return (x) => htl.html`
-
+

The score column is calculated by dividing the ELO score by the cost. The higher the score, the better deal you get for the money.


Where's the sweet spot?

diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 069ce6d..07e2c6d 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -2,38 +2,38 @@ https://ddj.nicu.md/toolbox/index.html - 2024-04-23T22:32:40.295Z + 2024-04-23T22:59:20.250Z https://ddj.nicu.md/sources/data-calendar.html - 2024-04-23T22:32:39.419Z + 2024-04-23T22:59:19.391Z https://ddj.nicu.md/index.html - 2024-04-23T22:32:38.636Z + 2024-04-23T22:59:18.634Z https://ddj.nicu.md/awards/index.html - 2024-04-23T22:32:36.760Z + 2024-04-23T22:59:15.655Z https://ddj.nicu.md/ai/google-sheets.html - 2024-04-23T22:32:36.102Z + 2024-04-23T22:59:14.983Z https://ddj.nicu.md/ai/index.html - 2024-04-23T22:32:36.481Z + 2024-04-23T22:59:15.381Z https://ddj.nicu.md/city/index.html - 2024-04-23T22:32:38.289Z + 2024-04-23T22:59:18.334Z https://ddj.nicu.md/sources/academic.html - 2024-04-23T22:32:39.024Z + 2024-04-23T22:59:18.997Z https://ddj.nicu.md/sources/index.html - 2024-04-23T22:32:39.888Z + 2024-04-23T22:59:19.892Z diff --git a/style.scss b/style.scss index b3d53ea..2dba0d3 100644 --- a/style.scss +++ b/style.scss @@ -131,4 +131,4 @@ blockquote p { .nav-footer div a:hover { color: #000; color: $gray-300; -} \ No newline at end of file +}