From 866a16d7f35a3aeba75e5cbff3a71f9614fe8cd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=CC=B5=CD=9D=CC=85=CC=8F=CC=8E=CC=9E=CC=97=CC=9D=CC=BCO?= =?UTF-8?q?=CC=B4=CC=87=CC=8A=CC=83=CC=8B=CC=80=CC=9D=CC=BBO=CC=B7=CC=83?= =?UTF-8?q?=CD=8B=CC=BCN=CC=B8=CC=BF=CD=9C=CC=A9=20=CC=B6=CD=92=CC=9C?= =?UTF-8?q?=CC=A0=CC=B9=CC=BC=CC=A9?= Date: Mon, 7 Aug 2023 23:50:57 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a7bbeb4..1b74a89 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# easycompletion +# easycompletion Easy text and chat completion, as well as function calling. Also includes useful utilities for counting tokens, composing prompts and trimming them to fit within the token limit. @@ -6,8 +6,8 @@ Easy text and chat completion, as well as function calling. Also includes useful [![Lint and Test](https://github.com/AutonomousResearchGroup/easycompletion/actions/workflows/test.yml/badge.svg)](https://github.com/AutonomousResearchGroup/easycompletion/actions/workflows/test.yml) [![PyPI version](https://badge.fury.io/py/easycompletion.svg)](https://badge.fury.io/py/easycompletion) -[![License](https://img.shields.io/badge/License-MIT-blue)](https://github.com/AutonomousResearchGroup/agentagenda/blob/main/LICENSE) -[![forks - agentagenda](https://img.shields.io/github/forks/AutonomousResearchGroup/agentagenda?style=social)](https://github.com/AutonomousResearchGroup/agentagenda) +[![License](https://img.shields.io/badge/License-MIT-blue)](https://github.com/AutonomousResearchGroup/easycompletion/blob/main/LICENSE) +[![forks - easycompletion](https://img.shields.io/github/forks/AutonomousResearchGroup/easycompletion?style=social)](https://github.com/AutonomousResearchGroup/easycompletion) # Installation