From 144920520f6d8784b77761394f36b0a50a661824 Mon Sep 17 00:00:00 2001 From: Tharsis Souza Date: Wed, 25 Dec 2024 06:50:33 -0300 Subject: [PATCH 1/2] Update gallery.yml add Taming LLMs book. --- docs/gallery.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/gallery.yml b/docs/gallery.yml index a9c6043..efad2ee 100644 --- a/docs/gallery.yml +++ b/docs/gallery.yml @@ -1,3 +1,7 @@ +- name: Taming LLMs: A Practical Guide to LLM Pitfalls with Open Source Software + website: https://www.souzatharsis.com/tamingLLMs/ + repository: https://github.com/souzatharsis/tamingLLMs + image: https://raw.githubusercontent.com/souzatharsis/tamingLLMs/master/tamingllms/_static/cover_curve.png - name: Developing with QIIME 2 website: https://develop.qiime2.org repository: https://github.com/caporaso-lab/developing-with-qiime2 From d3383a7410bd0c56aeced44f3fc1c79b24216e6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 4 Feb 2025 23:13:40 -0800 Subject: [PATCH 2/2] Fix syntax --- docs/gallery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallery.yml b/docs/gallery.yml index 01af86f..823dc2c 100644 --- a/docs/gallery.yml +++ b/docs/gallery.yml @@ -1,4 +1,4 @@ -- name: Taming LLMs: A Practical Guide to LLM Pitfalls with Open Source Software +- name: "Taming LLMs: A Practical Guide to LLM Pitfalls with Open Source Software" website: https://www.souzatharsis.com/tamingLLMs/ repository: https://github.com/souzatharsis/tamingLLMs image: https://raw.githubusercontent.com/souzatharsis/tamingLLMs/master/tamingllms/_static/cover_curve.png