From 6fe45f5cda742e92f7afdc71f3f399529f5e85bf Mon Sep 17 00:00:00 2001 From: "slinsley@scottlogic.com" Date: Mon, 18 Dec 2023 15:22:29 +0000 Subject: [PATCH] Updated Implementing Cost Effective Test Driven Development In An Llm Application --- ...ective-test-driven-development-in-an-llm-application.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/2023-12-18-implementing-cost-effective-test-driven-development-in-an-llm-application.markdown b/_posts/2023-12-18-implementing-cost-effective-test-driven-development-in-an-llm-application.markdown index 1b19f430b2..8356f09797 100644 --- a/_posts/2023-12-18-implementing-cost-effective-test-driven-development-in-an-llm-application.markdown +++ b/_posts/2023-12-18-implementing-cost-effective-test-driven-development-in-an-llm-application.markdown @@ -16,6 +16,7 @@ summary: Developing LLM applications using Test-Driven Development principles ca how our attempt to tackle the inherit non-deterministic nature of LLMs increased our operational costs and the techniques we employed to minimise them. author: fvlachos +image: "/uploads/Implementing%20cost%20effective%20tdd.png" --- ## **Introduction**