From 316b20986ba755492c559d02379bf6e526df2461 Mon Sep 17 00:00:00 2001 From: Kevin Solorio Date: Sun, 28 Jul 2024 14:33:02 -0500 Subject: [PATCH] update readme to call out the researcher focus --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c85281c8..3bfa222e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ Simple, unified interface to multiple Generative AI providers. +`aimodels` is an tool designed for researchers who need to evaluate and compare the responses of +multiple LLMs through a standardized interface. Based on the OpenAI interface standard, `aimodels` +makes it easy to interact with the most popular LLMs and compare the results of their chat based +functionality, with support for more interfaces coming in the near future. + ## Installation ```shell