medix-ai/qcms-manifest.json

51 lines
1.7 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","chat_history"],
"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. For healthcare related questions your answer will include a summary and should be JSON formatted. The JSON object should have two attributes answer and summary. Answers not related to healthcare should not be formatted in JSON.\nchat history:\n{chat_history}\n Use the following context: {context} to give a short answer. 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"]}
}