phyloforfun commited on
Commit
bc109b2
1 Parent(s): 576994f

GPT4o, fix UM GPT sunset

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. requirements.txt +0 -0
app.py CHANGED
@@ -1694,6 +1694,7 @@ def content_llm_cost():
1694
 
1695
  def content_prompt_and_llm_version():
1696
  st.info("Note: The default settings may not work for your particular image. If VoucherVision does not produce the results that you were expecting: 1) try disabling the LM2 collage 2) Then try enabling 2 copies of OCR, SLTPvB_long prompt, Azure GPT 4. We are currently building 'recipes' for different scenarios, please stay tuned!")
 
1697
  st.header('Prompt Version')
1698
  col_prompt_1, col_prompt_2 = st.columns([4,2])
1699
  with col_prompt_1:
 
1694
 
1695
  def content_prompt_and_llm_version():
1696
  st.info("Note: The default settings may not work for your particular image. If VoucherVision does not produce the results that you were expecting: 1) try disabling the LM2 collage 2) Then try enabling 2 copies of OCR, SLTPvB_long prompt, Azure GPT 4. We are currently building 'recipes' for different scenarios, please stay tuned!")
1697
+ st.info("UPDATE: May 25, 2024 - The default LLM used to be Azure GPT-3.5, which was served by the University of Michigan. However, UofM has sunset all but GPT-4 Turbo so that is now the default LLM. If you ran VV prior to this update and saw an empty result, that was the reason.")
1698
  st.header('Prompt Version')
1699
  col_prompt_1, col_prompt_2 = st.columns([4,2])
1700
  with col_prompt_1:
requirements.txt CHANGED
Binary files a/requirements.txt and b/requirements.txt differ