Spaces:
Runtime error
Runtime error
class ConversationCreateHeadersConstructor: | |
def __init__(self): | |
self.construct() | |
def construct(self): | |
self.request_headers = { | |
"X-Forwarded-For": "65.49.22.66", | |
} | |