johnbridges commited on
Commit
cbc6ffb
·
1 Parent(s): a4f804c

Sync Dockerfile/secrets setup

Browse files
Files changed (1) hide show
  1. appsettings.json +3 -2
appsettings.json CHANGED
@@ -2,7 +2,8 @@
2
  "Logging": {
3
  "LogLevel": {
4
  "Default": "Information",
5
- "Microsoft": "Warning",
 
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 -no-cnv -ctv q8_0 -ctk q8_0 -fa",
31
  "LlmVersion": "func_2.4",
32
  "LlmCtxSize": 12000,
33
  "LlmOpenAICtxSize": 64000,
 
2
  "Logging": {
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": "func_2.4",
33
  "LlmCtxSize": 12000,
34
  "LlmOpenAICtxSize": 64000,