rohangbs commited on
Commit
0132409
·
verified ·
1 Parent(s): 79628fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ class IntegratedChatSystem:
68
  }
69
 
70
  # Initialize the chat system
71
- api_key = "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"
72
  model_name = "ft:gpt-3.5-turbo-0125:brenin::AlVMkeUb"
73
  chat_system = IntegratedChatSystem(api_key, model_name)
74
 
 
68
  }
69
 
70
  # Initialize the chat system
71
+ api_key = ""
72
  model_name = "ft:gpt-3.5-turbo-0125:brenin::AlVMkeUb"
73
  chat_system = IntegratedChatSystem(api_key, model_name)
74