heavylildude commited on
Commit
76e5aab
·
verified ·
1 Parent(s): e2b43fd

Update config.js

Browse files
Files changed (1) hide show
  1. config.js +6 -9
config.js CHANGED
@@ -4,14 +4,11 @@ export const MAGNUS_VERSION = "251029";
4
  // Point this to your local llama-server instance
5
  export const LLM_SERVER_BASE_URL = "http://127.0.0.1:8080";
6
  export const API_URL = `${LLM_SERVER_BASE_URL}/v1/chat/completions`;
7
- export const MEMORY_LIMIT = 10;
8
-
9
- 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 = "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";
 
 
 
 
 
 
 
4
  // Point this to your local llama-server instance
5
  export const LLM_SERVER_BASE_URL = "http://127.0.0.1:8080";
6
  export const API_URL = `${LLM_SERVER_BASE_URL}/v1/chat/completions`;
 
 
 
 
7
  export const CACHE_TTL = 10 * 60 * 1000; // 10 minutes in milliseconds
 
 
 
 
 
8
  export const GGUF = "magnus-one.gguf";
9
+
10
+ export const MEMORY_LIMIT = 5; // Increase on better device
11
+ export const USER_ALIAS = "user"; // Change this to your name
12
+ export const BRAVE_API_KEY = "YOUR_API_KEY_HERE"; // REQUIRED
13
+ export const GOOGLE_API_KEY = "YOUR_API_KEY_HERE"; // REQUIRED
14
+ export const GOOGLE_CX_ID = "YOUR_API_KEY_HERE"; // REQUIRED