ProfessorLeVesseur commited on
Commit
55429a1
·
verified ·
1 Parent(s): bbbbd69

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
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)