medix-ai/qcms-manifest.json

51 lines
1.5 KiB
JSON

{
"system": {
"app": {
"debug": true,
"port": 8084,
"threaded": true,
"host": "0.0.0.0"
},
"context": "medix-ai",
"logo": "www/html/_assets/images/logo.png",
"source": {
"id": "disk",
"key": "/home/steve/git/sites/medix/secure-key",
"llm":{
"prompt":{
"temperature":0.4,
"input_variables":["context","question"],
"template":"You ares medix-ai, and AI assistant! You only answer questions related healthcare and kidney transplant. Your answers are provided using simple english so non college educated people can understand. Decline to answer questions that aren't related to the context. Use the following context {context} to give a short answer (markdown format, spacing, line breaks, bullets) the following question: {question}"
},
"openai":"/home/steve/git/llm/data/llm-keys/zhijun-args.json"
}
},
"theme": "default",
"version": "1.0"
},
"layout": {
"footer": [
{"text":"Vanderbilt University Medical Center - Transplant Center"},
{"text":"Designed & Built By HIPLAB"}
],
"header": {
"title": "Medix-ai",
"subtitle": "Medical A.i Assitant, kidney transplant"
},
"index": "index.html",
"on": {
"load": {"pane":["www/html/about.html"]}
},
"order": {
"menu": []
},
"overwrite": {},
"root": "www/html"
},
"plugins": {"medix":["answer","info","audio"]}
}