Skip to content

Commit

Permalink
docs: misc features wording
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudotexe committed Aug 4, 2023
1 parent c397241 commit eb2d132
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit eb2d132

Please sign in to comment.