From 08a677bf843ee26d6445a7389427a77f97dac3e9 Mon Sep 17 00:00:00 2001 From: Alex Strick van Linschoten Date: Sun, 6 Apr 2025 18:42:49 +0200 Subject: [PATCH] Add Gemini By Example --- llm-tools.md | 1 + 1 file changed, 1 insertion(+) diff --git a/llm-tools.md b/llm-tools.md index 1ba0adc..ce59580 100644 --- a/llm-tools.md +++ b/llm-tools.md @@ -807,6 +807,7 @@ - [awesome-llm-apps](https://github.com/Shubhamsaboo/awesome-llm-apps) is an awesome-type collection of LLM apps with RAG using OpenAI, Anthropic, Gemini and opensource models - [Building effective agents](https://www.anthropic.com/research/building-effective-agents) Antropic's seminal blog post with the industries best practices and design patterns for LLM Apps in the age of agents - [K/V Cache Quantization](https://smcleod.net/2024/12/bringing-k/v-context-quantisation-to-ollama/) Article explaining K/V Cache Quanitzation and an interactive model VRAM Estimator/Calculator +- [Gemini by Example](https://geminibyexample.com) - Learn the Gemini SDK through (annotated) code examples. ## Product Showcases