From 598bb1cf19042ec0350cb35bc485e7ebeef76072 Mon Sep 17 00:00:00 2001 From: Siteleaf Date: Mon, 18 Dec 2023 11:51:15 +0000 Subject: [PATCH] Updated Implementing Cost Effective Test Driven Development In An Llm Application --- ...est-driven-development-in-an-llm-application.markdown | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 025cb03929..1b19f430b2 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 @@ -1,6 +1,6 @@ --- -title: 'Implementing cost-effective Test-Driven Development in an LLM application' - +title: Implementing cost-effective Test-Driven Development in an LLM application +date: 2023-12-18 00:00:00 Z categories: - Artificial Intelligence tags: @@ -11,7 +11,10 @@ tags: - Blog - GPT - Sustainability -summary: Developing LLM applications using Test-Driven Development principles can be expensive due to the incurred cost of every usage. In this post, we discussed how our attempt to tackle the inherit non-deterministic nature of LLMs increased our operational costs and the techniques we employed to minimise them. +summary: Developing LLM applications using Test-Driven Development principles can + be expensive due to the incurred cost of every usage. In this post, we discussed + 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 ---