markytools commited on
Commit
268cbf5
·
1 Parent(s): 7a000af

locked password

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import os
9
  from langchain_openai import ChatOpenAI
10
 
11
 
12
- isPswdValid = True # Set to True to temporarily disable password checking
13
  OPEN_ROUTER_KEY = st.secrets["OPEN_ROUTER_KEY"]
14
  OPEN_ROUTER_MODEL = "meta-llama/llama-3.1-70b-instruct:free"
15
 
 
9
  from langchain_openai import ChatOpenAI
10
 
11
 
12
+ isPswdValid = False # Set to True to temporarily disable password checking
13
  OPEN_ROUTER_KEY = st.secrets["OPEN_ROUTER_KEY"]
14
  OPEN_ROUTER_MODEL = "meta-llama/llama-3.1-70b-instruct:free"
15