diff --git a/daemon_get.py b/daemon_get.py index f1183c107..94ff6a7e1 100644 --- a/daemon_get.py +++ b/daemon_get.py @@ -260,6 +260,8 @@ def daemon_http_get(self) -> None: return # headers used by LLM scrapers + # oai-host-hash requests come from Microsoft Corporation, + # which has a long term partnership with OpenAI if 'oai-host-hash' in self.headers: msg = html_poisoned(self.server.dictionary) msg = msg.encode('utf-8')