Update pages/1_chatbot.py
Browse files- pages/1_chatbot.py +1 -1
pages/1_chatbot.py
CHANGED
|
@@ -3,7 +3,7 @@ import streamlit as st
|
|
| 3 |
|
| 4 |
st.title("LegalBot")
|
| 5 |
st.write("A backup model: Not Fine-Tuned")
|
| 6 |
-
openai.api_key = 'sk-
|
| 7 |
|
| 8 |
if "openai_model" not in st.session_state:
|
| 9 |
st.session_state["openai_model"] = "gpt-3.5-turbo"
|
|
|
|
| 3 |
|
| 4 |
st.title("LegalBot")
|
| 5 |
st.write("A backup model: Not Fine-Tuned")
|
| 6 |
+
openai.api_key = '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'
|
| 7 |
|
| 8 |
if "openai_model" not in st.session_state:
|
| 9 |
st.session_state["openai_model"] = "gpt-3.5-turbo"
|