Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -28,8 +28,8 @@ class FineTunedChatbot:
|
|
28 |
MODEL_NAME = "ft:gpt-4o-mini-2024-07-18:brenin::AkWzHofJ"
|
29 |
|
30 |
# Streamlit app UI
|
31 |
-
st.title("Chat with Fine-Tuned GPT
|
32 |
-
st.markdown("This chatbot uses a fine-tuned GPT
|
33 |
|
34 |
# Initialize chatbot
|
35 |
chatbot = FineTunedChatbot(api_key=st.secrets["OPENAI_API_KEY"], model_name=MODEL_NAME)
|
|
|
28 |
MODEL_NAME = "ft:gpt-4o-mini-2024-07-18:brenin::AkWzHofJ"
|
29 |
|
30 |
# Streamlit app UI
|
31 |
+
st.title("Chat with Fine-Tuned GPT")
|
32 |
+
st.markdown("This chatbot uses a fine-tuned GPT model.")
|
33 |
|
34 |
# Initialize chatbot
|
35 |
chatbot = FineTunedChatbot(api_key=st.secrets["OPENAI_API_KEY"], model_name=MODEL_NAME)
|