From 544a5644b11bf86e6c8f8d805696043b767db07c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 17 Aug 2024 20:46:10 +0100 Subject: [PATCH] Comment --- daemon_get.py | 2 ++ 1 file changed, 2 insertions(+) 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')