Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ class IntegratedChatSystem:
|
|
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 |
|
|
|
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 |
|