dummy key trial
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ selected_model = st.sidebar.selectbox(
|
|
23 |
selected_dataset = st.sidebar.selectbox(
|
24 |
"Select Dataset", ["Regulatory Changes", "Dealer Risk", "Custom"]
|
25 |
)
|
26 |
-
openai_api_key = st.sidebar.text_input("OpenAI API Key", type="password")
|
27 |
|
28 |
|
29 |
prompt_prefix = """You are a news recommender and your job is to look at an article and decide if I would find it useful or not.
|
|
|
23 |
selected_dataset = st.sidebar.selectbox(
|
24 |
"Select Dataset", ["Regulatory Changes", "Dealer Risk", "Custom"]
|
25 |
)
|
26 |
+
openai_api_key = st.sidebar.text_input("OpenAI API Key", value="xxx", type="password")
|
27 |
|
28 |
|
29 |
prompt_prefix = """You are a news recommender and your job is to look at an article and decide if I would find it useful or not.
|