Skip to content

Commit

Permalink
update name email user
Browse files Browse the repository at this point in the history
  • Loading branch information
oanhcuongdo committed Dec 19, 2023
1 parent 66b46bb commit de6301a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/Chatgpt.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ChatGPT {

static GetStorage storage = GetStorage();

static String chatGptToken ="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";
static String chatGptToken ="";
//dotenv.env['OPENAI_CHATGPT_TOKEN'] ?? ''; // token
static String defaultModel = 'gpt-3.5-turbo';
static List defaultRoles = [
Expand Down

0 comments on commit de6301a

Please sign in to comment.