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

Sync Dockerfile/secrets setup

Browse files
Files changed (1) hide show
  1. appsettings.json +2 -1
appsettings.json CHANGED
@@ -3,6 +3,7 @@
3
  "LogLevel": {
4
  "Default": "Information",
5
  "Microsoft": "Information",
 
6
  "Microsoft.Hosting.Lifetime": "Warning"
7
  }
8
  },
@@ -27,7 +28,7 @@
27
  "LlmModelFileName": "Qwen3-4B-Instruct-2507-q8_0.gguf",
28
  "LlmContextFileName": "context-qwen-3.gguf",
29
  "LlmSystemPrompt": "system_prompt_qwen_3_run",
30
- "LlmPromptMode": "-if -sp --simple-io -no-cnv --grammar-file report_grammar.gbnf",
31
  "LlmVersion": "llama_3.2",
32
  "LlmCtxSize": 3500,
33
  "LlmOpenAICtxSize": 64000,
 
3
  "LogLevel": {
4
  "Default": "Information",
5
  "Microsoft": "Information",
6
+ "Microsoft.AspNetCore": "Warning",
7
  "Microsoft.Hosting.Lifetime": "Warning"
8
  }
9
  },
 
28
  "LlmModelFileName": "Qwen3-4B-Instruct-2507-q8_0.gguf",
29
  "LlmContextFileName": "context-qwen-3.gguf",
30
  "LlmSystemPrompt": "system_prompt_qwen_3_run",
31
+ "LlmPromptMode": " -if -sp -no-cnv --simple-io ",
32
  "LlmVersion": "llama_3.2",
33
  "LlmCtxSize": 3500,
34
  "LlmOpenAICtxSize": 64000,