From 0dbd4dc91c8237f950cb0caa01f22fe909ab3446 Mon Sep 17 00:00:00 2001 From: "MaxiDonkey@hotmail.com" Date: Sat, 23 Nov 2024 18:53:44 +0100 Subject: [PATCH] first commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b51d3b3..5544ef4 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Due to the fact that there can be many parameters and not all of them are requir >``` >[!Warning] -> To use the examples provided in this tutorial, especially to work with asynchronous methods, I recommend defining the Gemini interface with the widest possible scope. +> To use the examples provided in this tutorial, especially to work with asynchronous methods, I recommend defining the Groq interface with the widest possible scope. >
> So, set `GroqCloud := TGroqFactory.CreateInstance(API_KEY);` in the `OnCreate` event of your application. >