Baoyuantop commented on code in PR #13187:
URL: https://github.com/apache/apisix/pull/13187#discussion_r3056555916


##########
docs/en/latest/plugins/ai-proxy.md:
##########
@@ -37,7 +37,7 @@ description: The ai-proxy Plugin simplifies access to LLM and 
embedding models p
 
 The `ai-proxy` Plugin simplifies access to LLM and embedding models by 
transforming Plugin configurations into the designated request format. It 
supports the integration with OpenAI, DeepSeek, Azure, AIMLAPI, Anthropic, 
OpenRouter, Gemini, Vertex AI, and other OpenAI-compatible APIs.
 
-In addition, the Plugin also supports logging LLM request information in the 
access log, such as token usage, model, time to the first response, and more.
+In addition, the Plugin also supports appending LLM request information to 
structured access log entries, such as token usage, model, time to the first 
response, and more. These structured entries are consumed by logging plugins 
such as `http-logger` and `kafka-logger`, and are separate from the debug 
messages written to `error.log`

Review Comment:
   ```suggestion
   In addition, the Plugin also supports appending LLM request information to 
structured access log entries, such as token usage, model, time to the first 
response, and more. These structured entries are consumed by logging plugins 
such as `http-logger` and `kafka-logger`, and are separate from the debug 
messages written to `error.log`.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to