Arcypojeb commited on
Commit
0f7b989
1 Parent(s): 18e7d1a

Update pages/GPT4Free.py

Browse files
Files changed (1) hide show
  1. pages/GPT4Free.py +1 -5
pages/GPT4Free.py CHANGED
@@ -14,11 +14,7 @@ server_ports = []
14
  client_ports = []
15
 
16
  st.set_page_config(layout="wide")
17
- websocket_server = None
18
-
19
- GOOGLE_CSE_ID = "f3882ab3b67cc4923"
20
- GOOGLE_API_KEY = "AIzaSyBNvtKE35EAeYO-ECQlQoZO01RSHWhfIws"
21
- FIREWORKS_API_KEY = "xbwGxyTyOf7ats2GcEU0Pj62kpZBVZa2r6i5lKbKG99LFG38"
22
 
23
  # Set up the SQLite database
24
  db = sqlite3.connect('chat-hub.db')
 
14
  client_ports = []
15
 
16
  st.set_page_config(layout="wide")
17
+ serer = None
 
 
 
 
18
 
19
  # Set up the SQLite database
20
  db = sqlite3.connect('chat-hub.db')