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 1ac7544 commit 9c0d125Copy full SHA for 9c0d125
lib/utils/constants.dart
@@ -1,5 +1,5 @@
1
// ignore_for_file: non_constant_identifier_names
2
3
-String OPEN_API_KEY = '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';
+String OPEN_API_KEY = 'OPEN_AI_API_KEY_HERE';
4
5
-String BASE_URL = 'https://api.openai.com/v1/';
+String BASE_URL = 'https://api.openai.com/v1/';
0 commit comments