Hisoka-X commented on code in PR #7630:
URL: https://github.com/apache/seatunnel/pull/7630#discussion_r1756083985
##########
docs/zh/transform-v2/llm.md:
##########
@@ -148,14 +147,19 @@ transform {
转换插件的常见参数, 请参考 [Transform Plugin](common-options.md) 了解详情
-## 示例
+## tips
+大模型API接口通常会有速率限制,可以配合Seatunnel的限速配置,已确保任务顺利运行。
+Seatunnel限速配置,请参考[speed-limit](../../zh/concept/speed-limit.md)了解详情
Review Comment:
```suggestion
Seatunnel限速配置,请参考[speed-limit](../concept/speed-limit.md)了解详情
```
##########
docs/en/transform-v2/llm.md:
##########
@@ -27,7 +27,7 @@ more.
### model_provider
The model provider to use. The available options are:
-OPENAI、DOUBAO、CUSTOM
+OPENAI、DOUBAO、CUSTOM、KIMIAI
Review Comment:
```suggestion
OPENAI, DOUBAO, KIMIAI, CUSTOM
```
##########
docs/en/transform-v2/llm.md:
##########
@@ -155,14 +155,19 @@ The `custom_request_body` option supports placeholders:
Transform plugin common parameters, please refer to [Transform
Plugin](common-options.md) for details
-## Example
+## tips
+The API interface usually has a rate limit, which can be configured with
Seatunnel's speed limit to ensure smooth operation of the task.
+For details about Seatunnel speed limit Settings, please refer to
[speed-limit](../../zh/concept/speed-limit.md) for details.
Review Comment:
```suggestion
For details about Seatunnel speed limit Settings, please refer to
[speed-limit](../concept/speed-limit.md) for details.
```
--
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]