We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6afcf15 + 316b209 commit 60a0d00Copy full SHA for 60a0d00
README.md
@@ -4,6 +4,11 @@
4
5
Simple, unified interface to multiple Generative AI providers.
6
7
+`aimodels` is an tool designed for researchers who need to evaluate and compare the responses of
8
+multiple LLMs through a standardized interface. Based on the OpenAI interface standard, `aimodels`
9
+makes it easy to interact with the most popular LLMs and compare the results of their chat based
10
+functionality, with support for more interfaces coming in the near future.
11
+
12
## Installation
13
14
```shell
0 commit comments