Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ with st.sidebar:
|
|
34 |
st.markdown(
|
35 |
"For more information about the models, see [here](https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo)."
|
36 |
)
|
37 |
-
|
38 |
|
39 |
|
40 |
|
|
|
34 |
st.markdown(
|
35 |
"For more information about the models, see [here](https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo)."
|
36 |
)
|
37 |
+
OPENAI_API_KEY = st.text_input("API Key", type="password")
|
38 |
|
39 |
|
40 |
|