Suat ATAN commited on
Commit
d93b612
·
1 Parent(s): dcd0d1a
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -2
app.py CHANGED
@@ -26,7 +26,7 @@ MODEL_LIST = ["gpt-3.5-turbo", "gpt-4"]
26
  # Uncomment to enable debug mode
27
  # MODEL_LIST.insert(0, "debug")
28
 
29
- st.set_page_config(page_title="☘️InspectSolv", page_icon="☘️", layout="wide")
30
  st.header("☘️InspectSolv")
31
 
32
  # Enable caching for expensive functions
 
26
  # Uncomment to enable debug mode
27
  # MODEL_LIST.insert(0, "debug")
28
 
29
+ st.set_page_config(page_title="InspectSolv", page_icon="☘️", layout="wide")
30
  st.header("☘️InspectSolv")
31
 
32
  # Enable caching for expensive functions
requirements.txt CHANGED
@@ -10,5 +10,4 @@ tiktoken
10
  pycryptodome
11
  pymupdf
12
  transformers
13
- python-dotenv
14
- pydantic==1.*
 
10
  pycryptodome
11
  pymupdf
12
  transformers
13
+ python-dotenv