rohangbs commited on
Commit
1e04294
·
verified ·
1 Parent(s): 14d0f97

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::AjNcIvnw"
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-3.5-turbo-0125:brenin::AkStMcF1"
29
 
30
  # Streamlit app UI
31
  st.title("Chat with Fine-Tuned GPT-3.5 Turbo")