Hello,
From ChatGPT documentation:
Currently, we will be sending the user’s country and state in the Plugin conversation header (if you are in California, for example, it would look like
{"openai-subdivision-1-iso-code": "US-CA"}
Source:https://platform.openai.com/docs/plugins/introduction
Has ChatGPT stopped sending user location? I checked the requests headers and don’t see "openai-subdivision-1-iso-code being sent anymore.
{'host': 'localhost:8000', 'connection': 'keep-alive', 'content-length': '21', 'sec-ch-ua': '"Not.A/Brand";v="8", "Chromium";v="114", "Google Chrome";v="114"', 'dnt': '1', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'openai-ephemeral-user-id': 'xxx', 'content-type': 'application/json', 'openai-conversation-id': 'xxx', 'sec-ch-ua-platform': '"Windows"', 'accept': '*/*', 'origin': 'https://chat.openai.com', 'sec-fetch-site': 'cross-site', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en-GB;q=0.9,en;q=0.8'}