Update interface branding to BluePlanet Medical Assistant
a22013f
Thanushcommited on
Refactor prompts in prompts.py for improved readability and structure
4ee00f5
Thanushcommited on
Fix formatting of FALLBACK_MODEL assignment in config.py
96a523f
Thanushcommited on
Update FALLBACK_MODEL to use ClinicalCamel-13B for improved performance
8fb70c8
Thanushcommited on
Update ME_LLAMA_MODEL to use the Llama-3.1-8B-Instruct variant and improve fallback model logging
79da5f0
Thanushcommited on
update config
1d5907c
Thanushcommited on
Update ME_LLAMA_MODEL to use the 13b variant for improved performance
21c51e5
Thanushcommited on
Update model configurations to use new model paths and adjust tensor data types; increase max_new_tokens and modify sampling parameters in generate method for improved output quality.
004c8e7
Thanushcommited on
model update
7e9bd6e
Thanushcommited on
Update ME_LLAMA_MODEL to use google/medgemma-4b-it for improved performance
b5523ff
Thanushcommited on
model and ui update
7c9f8aa
Thanushcommited on
Update ME_LLAMA_MODEL and refine consultation prompt for clarity and focus
b57f649
Thanushcommited on
Refine consultation prompt for clarity and empathy, ensuring systematic information gathering and avoiding repetitive questions.
eafb03b
Thanushcommited on
Enhance logging in handlers and update consultation prompt for clarity and empathy
6daaaf3
Thanushcommited on
Update max_new_tokens in generate method and enhance consultation prompt for clarity
736646e
Thanushcommited on
Simple prompt update
d194416
Thanushcommited on
Update conversation turn limit and enhance prompts for medical consultation app
f2907c6
Thanushcommited on
add space
6e15dcc
Thanushcommited on
Implement medical consultation app with LangChain memory management and model integration
031a3f5
Thanushcommited on
Add .gitignore file to exclude unnecessary files and directories
1bcbb86
Thanushcommited on
Enhance medical consultation app with LangChain memory management and improved patient context tracking
Refactor app.py to implement LangChain memory for enhanced conversation tracking. Update prompt building and response generation logic to utilize full conversation context, improving user interaction and medical assessment accuracy.
f3b4260
Thanushcommited on
Refactor SYSTEM_PROMPT in app.py to enhance the medical consultation process with a structured approach for gathering patient information. Update follow-up question guidelines and improve response generation logic for more intelligent interactions.
01a984c
Thanushcommited on
Refactor app.py to streamline user information collection by removing redundant prompts for name and age. Implement a simple state tracking mechanism for improved conversation flow and enhance medical consultation process with structured follow-up questions.
43e5827
Thanushcommited on
Enhance user interaction in app.py by refining follow-up questions for symptom collection and implementing intelligent extraction of user name and age from messages. Improve response generation logic to ensure comprehensive medical assessments and treatment recommendations.
a7f6391
Thanushcommited on
Refactor MEDITRON_PROMPT in app.py to enhance medical assessment and recommendations, ensuring evidence-based practices and clear communication. Update name and age extraction logic for improved accuracy in user responses.
5522bf8
Thanushcommited on
Enhance prompt building in app.py to include intelligent follow-up questions and adjust response generation logic based on user information turns.
d6da22c
Thanushcommited on
Enhance user information collection in app.py by emphasizing follow-up questions and refining response generation logic based on actual information turns.
a985489
Thanushcommited on
Refactor app.py to extract user name and age from conversation history and improve response generation logic
000ab02
Thanushcommited on
Update SYSTEM_PROMPT in app.py for clarity and detail in patient information collection process
6e237a4
Thanushcommited on
Refactor prompt building in app.py to utilize full message sequence and enhance response generation context
a0597d0
Thanushcommited on
Refactor app.py to integrate LangChain memory for conversation tracking and update requirements.txt for LangChain dependency