johnbridges commited on
Commit
950c165
·
1 Parent(s): 1c129e7

Sync Dockerfile/secrets setup

Browse files
Files changed (1) hide show
  1. appsettings.json +1 -1
appsettings.json CHANGED
@@ -23,7 +23,7 @@
23
  "StartThisTestLLM": true,
24
  "LlmNoInitMessage": true,
25
  "ServiceAuthKey": ".env",
26
- "LlmModelPath": "/home/mahadeva/code/models/",
27
  "LlmModelFileName": "Qwen3-4B-Instruct-2507-q8_0.gguf",
28
  "LlmContextFileName": "context-qwen-3.gguf",
29
  "LlmSystemPrompt": "system_prompt_qwen_3_run",
 
23
  "StartThisTestLLM": true,
24
  "LlmNoInitMessage": true,
25
  "ServiceAuthKey": ".env",
26
+ "LlmModelPath": "/home/user/code/models/",
27
  "LlmModelFileName": "Qwen3-4B-Instruct-2507-q8_0.gguf",
28
  "LlmContextFileName": "context-qwen-3.gguf",
29
  "LlmSystemPrompt": "system_prompt_qwen_3_run",