Update config.js
Browse files
config.js
CHANGED
|
@@ -10,8 +10,8 @@ export const USER_ALIAS = "chris, heavylildude, christo";
|
|
| 10 |
|
| 11 |
export const CACHE_TTL = 10 * 60 * 1000; // 10 minutes in milliseconds
|
| 12 |
|
| 13 |
-
export const BRAVE_API_KEY = "
|
| 14 |
-
export const GOOGLE_API_KEY = "
|
| 15 |
-
export const GOOGLE_CX_ID = "
|
| 16 |
|
| 17 |
export const GGUF = "magnus-one.gguf";
|
|
|
|
| 10 |
|
| 11 |
export const CACHE_TTL = 10 * 60 * 1000; // 10 minutes in milliseconds
|
| 12 |
|
| 13 |
+
export const BRAVE_API_KEY = "YOUR_API_KEY_HERE";
|
| 14 |
+
export const GOOGLE_API_KEY = "YOUR_API_KEY_HERE";
|
| 15 |
+
export const GOOGLE_CX_ID = "YOUR_API_KEY_HERE";
|
| 16 |
|
| 17 |
export const GGUF = "magnus-one.gguf";
|