From a282545c827abc852959d4bd629a4f2bd24ff315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Kali=C5=84ski?= <47140412+KaQuMiQ@users.noreply.github.com> Date: Thu, 16 Jan 2025 11:17:01 +0100 Subject: [PATCH] Fix evaluation generator instruction --- pyproject.toml | 2 +- src/draive/evaluation/generator.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1a4baeb..c0bd986 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "draive" description = "Framework designed to simplify and accelerate the development of LLM-based applications." -version = "0.39.0" +version = "0.39.1" readme = "README.md" maintainers = [ { name = "Kacper KaliƄski", email = "kacper.kalinski@miquido.com" }, diff --git a/src/draive/evaluation/generator.py b/src/draive/evaluation/generator.py index 078f9c3..f94d301 100644 --- a/src/draive/evaluation/generator.py +++ b/src/draive/evaluation/generator.py @@ -14,11 +14,11 @@ Familiarize yourself with the SCHEMA describing desired data structure. Prepare diversified and high quality test scenarios according to the provided SCHEMA. -Result should cover various possible valid outcomes to cover multiple possible scenarios. +Results should cover various possible valid outcomes to cover multiple possible scenarios. {guidelines} -{schema} +{{schema}}