janiussyafiq commented on code in PR #13187:
URL: https://github.com/apache/apisix/pull/13187#discussion_r3061973623
##########
docs/en/latest/plugins/ai-proxy-multi.md:
##########
@@ -74,8 +74,8 @@ In addition, the Plugin also supports logging LLM request
information in the acc
| instances.options | object | False |
| | Model configurations. In addition to
`model`, you can configure additional parameters and they will be forwarded to
the upstream LLM service in the request body. For instance, if you are working
with OpenAI, DeepSeek, or AIMLAPI, you can configure additional parameters such
as `max_tokens`, `temperature`, `top_p`, and `stream`. See your LLM provider's
API documentation for more available options. |
| instances.options.model | string | False |
| | Name of the LLM model, such as `gpt-4`
or `gpt-3.5`. See your LLM provider's API documentation for more available
models. |
| logging | object | False |
| | Logging configurations. |
Review Comment:
fixed
--
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]