Skip to content

Commit 9c0d125

Browse files
Removed API Key
1 parent 1ac7544 commit 9c0d125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/utils/constants.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ignore_for_file: non_constant_identifier_names
22

3-
String OPEN_API_KEY = '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';
3+
String OPEN_API_KEY = 'OPEN_AI_API_KEY_HERE';
44

5-
String BASE_URL = 'https://api.openai.com/v1/';
5+
String BASE_URL = 'https://api.openai.com/v1/';

0 commit comments

Comments
 (0)