From c37c0330ff5026b686b629860dcbdd5dd35cd0cb Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 17 May 2024 00:31:15 +0900 Subject: [PATCH] docs: update README.md intergation -> integration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb6cd1c..9bc02f1 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Puts a brain behind `cat`! CLI interface to bring language models in the Unix ec What makes it special: - made for power users, tailor the config to reduce overhead on your most frequent tasks; -- minimalist, built according the unix philosophy with terminal and editor intergation in mind; +- minimalist, built according the unix philosophy with terminal and editor integration in mind; - good io handling to insert user input in prompts and use the result in cli-based workflows; - built-in partial prompt to make the model play nice as a cli tool; - full configurability on which API, LLM version and temperature you use;