Spaces:
Sleeping
Sleeping
Commit
·
268cbf5
1
Parent(s):
7a000af
locked password
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import os
|
|
9 |
from langchain_openai import ChatOpenAI
|
10 |
|
11 |
|
12 |
-
isPswdValid =
|
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 |
|