Skip to content

Commit

Permalink
Fix evaluation generator instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
KaQuMiQ authored Jan 16, 2025
1 parent b19e7ad commit a282545
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" },
Expand Down
4 changes: 2 additions & 2 deletions src/draive/evaluation/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<INSTRUCTION>
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.
</INSTRUCTION>
{guidelines}
<SCHEMA>
{schema}
{{schema}}
</SCHEMA>
<FORMAT>
Expand Down

0 comments on commit a282545

Please sign in to comment.