From e8d34e7719212088e88f8713b19d48c8da003686 Mon Sep 17 00:00:00 2001 From: Igor Date: Wed, 1 Mar 2023 12:51:20 +0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2293e9c..624481f 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ You just type in any your idea and AI will give you an art solution ### 2. Override the default loader at Environment with you apiKey + ```swift let apiKey = "your API KEY" let endpoint = OpenAIImageEndpoint.get(with: apiKey)