From c74e4dba10fd633db94a55e3bcc068e55c9698c5 Mon Sep 17 00:00:00 2001 From: josepmarti Date: Fri, 22 Dec 2023 20:48:37 +0100 Subject: [PATCH] 21 clau --- docs/solutions/21/21.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/solutions/21/21.md b/docs/solutions/21/21.md index 96dadab..a3fdda9 100644 --- a/docs/solutions/21/21.md +++ b/docs/solutions/21/21.md @@ -21,7 +21,7 @@ static const char *ssid = "yournetwork"; static const char *password = "yourpassword"; WiFiClientSecure client; -ChatGPT chat_gpt(&client, "v1", "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"); +ChatGPT chat_gpt(&client, "v1", "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"); #define PIN 38