gemini-app/lib/config.dart

3 lines
59 B
Dart
Raw Normal View History

2024-07-29 22:33:48 +02:00
const String geminiApiKey = '';
2024-08-03 22:51:03 +02:00
const bool isDebug = true;