🎨For Users
VOXRAD does not directly support modifying the system prompt to preserve security and privacy.
Use Cases Beyond Radiology
User's are required to make following changes in the application source code to make the application compatible with their specific use case.
To edit the system prompt of the 'Text Model', edit the content of messages where role is
systemof the functionformat_textin the filellm/format.pyTo edit the prompt of the 'Multimodal Model', edit the content of
promptof the function of the multimodal model in the fileaudio/transcriber.py
In the Tab#1 of Settings, Click "Open Templates Folder".
Edit the templates in the folder in accordance to your required instructions.
Compile the application for your OS using pyinstaller or other libraries.
Last updated