ChatGPT constructor
ChatGPT()
Implementation
ChatGPT() {
client = http.Client();
requestHeaders = {
'Content-Type': 'application/json',
'Authorization': 'Bearer $secretToken'
};
}
ChatGPT() {
client = http.Client();
requestHeaders = {
'Content-Type': 'application/json',
'Authorization': 'Bearer $secretToken'
};
}