diff --git a/bots/conf.d/chatgpt-user.yaml b/bots/conf.d/chatgpt-user.yaml index c6de7fe..69c342a 100644 --- a/bots/conf.d/chatgpt-user.yaml +++ b/bots/conf.d/chatgpt-user.yaml @@ -1,8 +1,9 @@ # OpenAI ChatGPT user agent -# https://developers.cloudflare.com/bots/concepts/bot/verified-bots/ +# https://developers.openai.com/api/docs/bots kind: AIAssist name: chatgpt-user +# OpenAI uses the same JSON format as Google ({"prefixes": [{"ipv4Prefix": ...}]}) +parser: google ua: "ChatGPT-User" -rdns: true -domains: - - "openai.com" +urls: + - "https://openai.com/chatgpt-user.json"