IAMTFRMZA commited on
Commit
4b00180
·
verified ·
1 Parent(s): 6cfdc3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ if not OPENAI_API_KEY:
48
  client = OpenAI(api_key=OPENAI_API_KEY)
49
 
50
  # ------------------ Assistant Configuration ------------------
51
- ASSISTANT_ID = "your_pathology_assistant_id_here" # Replace with actual ID
52
 
53
  # ------------------ Session State ------------------
54
  if "messages" not in st.session_state:
 
48
  client = OpenAI(api_key=OPENAI_API_KEY)
49
 
50
  # ------------------ Assistant Configuration ------------------
51
+ ASSISTANT_ID = "asst_jXDSjCG8LI4HEaFEcjFVq8KB" # Replace with actual ID
52
 
53
  # ------------------ Session State ------------------
54
  if "messages" not in st.session_state: