Husnain commited on
Commit
301f777
1 Parent(s): 77df54f

💎 [Feature] New HuggingchatStreamer: get_conversation_id

Browse files
Files changed (1) hide show
  1. constants/networks.py +3 -0
constants/networks.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ REQUESTS_HEADERS = {
2
+ "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36"
3
+ }