Skip to content

Commit dd3eb23

Browse files
authored
Update ESP32_openAI.ino
1 parent 15c78b2 commit dd3eb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ESP32_openAI.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ https://fustyles.github.io/webduino/openAI.html
1717
const char* ssid = "teacher"; // your network SSID
1818
const char* password = "87654321"; // your network password
1919
String openaiKey = ""; // openAI API Key
20-
String model = "gpt-3.5-turbo";
2120
String role = "You are a helpful assistant.";
2221

22+
String model = "gpt-3.5-turbo";
2323
String system_content = "{\"role\": \"system\", \"content\":\""+ role +"\"}";
2424
String historical_messages = system_content;
2525

0 commit comments

Comments
 (0)