bing-chat-api / networks /conversation_create_headers_constructor.py
Hansimov's picture
:zap: [Enhance] Remove invalid headers for creator
3425246
raw
history blame
208 Bytes
class ConversationCreateHeadersConstructor:
def __init__(self):
self.construct()
def construct(self):
self.request_headers = {
"X-Forwarded-For": "65.49.22.66",
}