File size: 2,368 Bytes
ec18019
 
 
 
 
6b8dd93
0c71e8d
ec18019
 
 
 
 
 
 
 
794e473
ec18019
 
 
 
 
 
 
 
 
 
 
 
8edd635
ec18019
 
 
6b8dd93
794e473
ec18019
794e473
 
ec18019
794e473
5e3b171
 
 
ec18019
 
 
 
 
 
 
 
 
 
 
 
 
62f6267
ec18019
 
 
 
 
 
 
 
bef9932
976acc5
 
 
 
 
 
 
 
 
ec18019
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Information",
      "Microsoft.AspNetCore": "Warning",
      "Microsoft.Hosting.Lifetime": "Warning"
    }
  },
  "OpenAIApiKey": ".env",
  "EmailEncryptKey": ".env",
  "LocalSystemUrl": {
    "ExternalUrl": "https://asmonitorsrv.readyforquantum.com",
    "IPAddress": "",
    "RabbitHostName": "devrabbitmq.readyforquantum.com",
    "RabbitPort": 55672,
    "RabbitInstanceName": "ASSrv-LLMService",
    "RabbitUserName": "usercommonxf1",
    "RabbitPassword": ".env",
    "RabbitVHost": "/vhostuser",
    "UseTls": true
  },
  "RedisUrl": "redis.readyforquantum.co.uk:46379",
  "RedisSecret": ".env",
  "ServiceID": "json_dynamic",
  "StartThisTestLLM": true,
  "LlmNoInitMessage": false,
  "ServiceAuthKey": ".env",
  "LlmModelPath": "/home/user/code/models/",
  "LlmModelFileName": "Qwen3-4B-Instruct-2507-q8_0.gguf",
  "LlmContextFileName": "context-qwen-3.gguf",
  "LlmSystemPrompt": "system_prompt_qwen_3_run",
  "LlmPromptMode": " -if -sp -no-cnv --simple-io   ",
  "LlmVersion": "qwen_3",
  "LlmCtxSize": 12000,
  "LlmOpenAICtxSize": 32000,
  "LlmCtxRatio": 6,
  "LlmTemp": "0.3",
  "LlmThreads": 2,
  "LlmSystemPromptTimeout":  2400,
  "LlmUserPromptTimeout":  2400,
  "LlmSessionIdleTimeout":  7200,
  "LlmGptModel": "gpt-5-mini",
  "GptModelVersion": "gpt",
  "LlmHFModelID": "mistralai/devstral-2512:free",
  "LlmHFKey": "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",
  "LlmHFUrl": "https://openrouter.ai/api/v1/chat/completions",
  "LlmHFModelVersion": "llama_3.2",
  "LlmUseHF": false,
  "LlmNoThink": true,
  "AudioServiceUrl": "https://transcribe.readyforquantum.com",
  "AudioServiceOutputDir": "/home/user/app/files",
  "IsStream": false,
  "REDIS_PASSWORD": ".env",
  "RabbitPassword": ".env",
  "RabbitRoutingKey": "execute.local",
  "RabbitExchangeType": "direct",
  "NoThink": false,
  "UserFacingServiceId": "monitor",
  "LlmOpenAIUrl": "",
  "LlmSpaceModelID": "Qwen/Qwen3-1.7B",
  "LlmProvider": "OpenAI",
  "LlmHfSupportsFunctionCalling": true,
  "LlmToolCallIdLength": 9,
  "LlmToolCallIdPrefix": "",
  "UseFixedPort": true,
  "RemoteCache": {
    "Enabled": true,
    "Type": "Http",
    "BaseUrl": "https://cachehttp.readyforquantum.com/api",
    "ApiKey": ".env",
    "TimeoutSeconds": 600,
    "RetryAttempts": 3
  }
}