🎨For Users

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 system of the function format_text in the file llm/format.py

  • To edit the prompt of the 'Multimodal Model', edit the content of prompt of the function of the multimodal model in the file audio/transcriber.py

Last updated