From ba9466ec1af8fac0a1c487b183d08a14ca7e08c4 Mon Sep 17 00:00:00 2001 From: jgravelle Date: Wed, 20 Mar 2024 12:44:03 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7e0b23..b311fec 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Groq API Client Library +# Groq API C# Client Library This library provides a simple interface to interact with the Groq AI API. It allows you to send requests to the API and receive responses asynchronously through the `IGroqApiClient` interface.