From eb2d1321ca6715a578e7773fea61d489cc05f584 Mon Sep 17 00:00:00 2001 From: Andrew Zhu Date: Thu, 3 Aug 2023 17:42:26 -0700 Subject: [PATCH] docs: misc features wording --- README.md | 4 ++-- docs/index.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d1e3c89..7bec773 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ for many more. tokens in the history - kani takes care of it. - **Function calling with model feedback and retry** - Give models access to functions in just one line of code. kani elegantly provides feedback about hallucinated parameters and errors and allows the model to retry calls. -- **You are in control** - You can override and provide a custom implementation for all - of these features, allowing you to run experiments just the way you want to. There are no hidden prompt hacks. +- **You control the prompts** - There are no hidden prompt hacks. We will never decide for you how to format your own + data, unlike other popular language model libraries. - **Fast to iterate and intuitive to learn** - With kani, you only write Python - we handle the rest. - **Asynchronous design from the start** - kani can scale to run multiple chat sessions in parallel easily, without having to manage multiple processes or programs. diff --git a/docs/index.rst b/docs/index.rst index aa119a7..d2acd68 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -23,8 +23,8 @@ Features tokens in the history - kani takes care of it. - **Function calling with model feedback and retry** - Give models access to functions in just one line of code. kani elegantly provides feedback about hallucinated parameters and errors and allows the model to retry calls. -- **You are in control** - You can override and provide a custom implementation for all - of these features, allowing you to run experiments just the way you want to. There are no hidden prompt hacks. +- **You control the prompts** - There are no hidden prompt hacks. We will never decide for you how to format your own + data, unlike other popular language model libraries. - **Fast to iterate and intuitive to learn** - With kani, you only write Python - we handle the rest. - **Asynchronous design from the start** - kani can scale to run multiple chat sessions in parallel easily, without having to manage multiple processes or programs.