From ed75ee0eb405838d18c2673d93db13bc0e6782d6 Mon Sep 17 00:00:00 2001 From: Bennett Lambert Date: Thu, 28 Sep 2023 12:50:21 +0200 Subject: [PATCH] fix small typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 371353b..0017521 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ With promptimize, you can: prompts) as code and associate them with evaluation functions - Generate prompt variations dynamically - Execute and rank prompts test suites across different - engines/models/temperature/settings and compare results, brining + engines/models/temperature/settings and compare results, bringing the hyperparameter tuning mindset to prompt engineering - Get reports on your prompts' performance as you iterate. Answer question around how different prompt suites are performing against one-another. @@ -32,7 +32,7 @@ quickly and with confidence. ## Hello world - the simplest prompt examples [more examples on GitHub](https://github.com/preset-io/promptimize/tree/main/examples) ```python -# Brining some "prompt generator" classes - note that you can derive and extend those +# Bringing some "prompt generator" classes - note that you can derive and extend those from promptimize.prompts import PromptCase # Bringing some useful eval function that help evaluating and scoring responses