Update main.py
Browse files
main.py
CHANGED
|
@@ -144,7 +144,8 @@ def main():
|
|
| 144 |
|
| 145 |
# Generate Notes and Recommendations using Hugging Face LLM
|
| 146 |
with st.spinner("Generating AI analysis..."):
|
| 147 |
-
recommendations = ai_analysis.prompt_response_from_hf_llm(llm_input)
|
|
|
|
| 148 |
|
| 149 |
st.subheader("AI Analysis")
|
| 150 |
st.markdown(recommendations)
|
|
|
|
| 144 |
|
| 145 |
# Generate Notes and Recommendations using Hugging Face LLM
|
| 146 |
with st.spinner("Generating AI analysis..."):
|
| 147 |
+
# recommendations = ai_analysis.prompt_response_from_hf_llm(llm_input)
|
| 148 |
+
recommendations = ai_analysis.prompt_response_from_mistral_llm(llm_input)
|
| 149 |
|
| 150 |
st.subheader("AI Analysis")
|
| 151 |
st.markdown(recommendations)
|