rohangbs commited on
Commit
9ad34ed
·
verified ·
1 Parent(s): 53fbe3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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-3.5 Turbo")
32
- st.markdown("This chatbot uses a fine-tuned GPT-3.5 Turbo model.")
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)