$bot_producer
The $bot_producer variable identifies the operator of a bot making the request.
Type
string
Possible values
- OpenAI
- Anthropic
Example
location / {
if ($is_bot) {
proxy_set_header X-Bot-Producer $bot_producer;
}
}
The $bot_producer variable identifies the operator of a bot making the request.
string
location / {
if ($is_bot) {
proxy_set_header X-Bot-Producer $bot_producer;
}
}