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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ class FineTunedChatbot:
25
  return {'error': f'Error processing query: {str(e)}'}
26
 
27
  # Fine-tuned model name
28
- MODEL_NAME = "ft:gpt-3.5-turbo-0125:brenin::AkStMcF1"
29
 
30
  # Streamlit app UI
31
  st.title("Chat with Fine-Tuned GPT-3.5 Turbo")
 
25
  return {'error': f'Error processing query: {str(e)}'}
26
 
27
  # Fine-tuned 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-3.5 Turbo")