File size: 506 Bytes
855fab6
 
 
 
 
 
f05e49d
 
 
855fab6
1
2
3
4
5
6
7
8
9
10
11
class ConversationCreateHeadersConstructor:
    def __init__(self):
        self.construct()

    def construct(self):
        self.request_headers = {
            "Referer": "https://www.bing.com/search?q=Bing+AI&showconv=1&setlang=en&cc=us",
            "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36",
            "X-Ms-Useragent": "azsdk-js-api-client-factory/1.0.0-beta.1 core-rest-pipeline/1.12.0 OS/Windows",
        }