johnbridges commited on
Commit
5857c72
·
1 Parent(s): 63a65f1

Sync Dockerfile/secrets setup

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