LinhVuu commited on
Commit
9ff1b6b
1 Parent(s): 04f2e53

Update app.py

Browse files

added assistant ID

Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -163,7 +163,8 @@ def main():
163
  )
164
 
165
  # Define assistant_id before the try-except block
166
- assistant_id = "asst_FuOryecibSyQvoRgsJ5OSpmK"
 
167
  run = None
168
 
169
  # === Run our Assistant ===
 
163
  )
164
 
165
  # Define assistant_id before the try-except block
166
+ # assistant_id = "asst_FuOryecibSyQvoRgsJ5OSpmK" #CoderSchool API
167
+ assistant_id = "asst_2y8jsTAhkLspyYZoubxWZP2r" #Personal API
168
  run = None
169
 
170
  # === Run our Assistant ===