From 41c2704d28b7a11d086ffcbe591b0b73b7b5de09 Mon Sep 17 00:00:00 2001 From: conneroisu Date: Thu, 5 Sep 2024 23:32:00 -0400 Subject: [PATCH] added features section to readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 639e61f..e2e3427 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,15 @@ A community Go client implementation for the [Groq API](https://wow.groq.com/). -Groq API is a super fast way to query open source llms. +Groq is a super fast way to query open source llms. + +## Features + +- Supports all models from [Groq](https://wow.groq.com/) in a type-safe way. +- Supports streaming. +- Supports moderation. +- Supports audio transcription. +- Supports audio translation. ## Installation