We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c78b2 commit dd3eb23Copy full SHA for dd3eb23
ESP32_openAI.ino
@@ -17,9 +17,9 @@ https://fustyles.github.io/webduino/openAI.html
17
const char* ssid = "teacher"; // your network SSID
18
const char* password = "87654321"; // your network password
19
String openaiKey = ""; // openAI API Key
20
-String model = "gpt-3.5-turbo";
21
String role = "You are a helpful assistant.";
22
+String model = "gpt-3.5-turbo";
23
String system_content = "{\"role\": \"system\", \"content\":\""+ role +"\"}";
24
String historical_messages = system_content;
25
0 commit comments