Skip to content

Commit

Permalink
21 clau
Browse files Browse the repository at this point in the history
  • Loading branch information
JosepMartiElias committed Dec 22, 2023
1 parent f02a621 commit c74e4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/solutions/21/21.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ static const char *ssid = "yournetwork";
static const char *password = "yourpassword";

WiFiClientSecure client;
ChatGPT<WiFiClientSecure> chat_gpt(&client, "v1", "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");
ChatGPT<WiFiClientSecure> chat_gpt(&client, "v1", "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");


#define PIN 38
Expand Down

0 comments on commit c74e4db

Please sign in to comment.