Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ def main():
|
|
135 |
pinecone_api_key = st.sidebar.text_input("Enter Pinecone API Key:", type="password")
|
136 |
|
137 |
# LLM Selection
|
138 |
-
llm_option = st.sidebar.selectbox("Select Language Model:", ["OpenAI"
|
139 |
openai_api_key = None
|
140 |
if llm_option == "OpenAI":
|
141 |
openai_api_key = st.sidebar.text_input("Enter OpenAI API Key:", type="password")
|
|
|
135 |
pinecone_api_key = st.sidebar.text_input("Enter Pinecone API Key:", type="password")
|
136 |
|
137 |
# LLM Selection
|
138 |
+
llm_option = st.sidebar.selectbox("Select Language Model:", ["OpenAI"])
|
139 |
openai_api_key = None
|
140 |
if llm_option == "OpenAI":
|
141 |
openai_api_key = st.sidebar.text_input("Enter OpenAI API Key:", type="password")
|