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


##########
docs/zh/latest/plugins/ai-proxy-multi.md:
##########
@@ -109,6 +109,29 @@ import TabItem from '@theme/TabItem';
 | keepalive_pool                      | integer        | 否    | 30             
                 |              | 连接 LLM 服务时的保活池大小。 |
 | ssl_verify                          | boolean        | 否    | true           
                 |              | 如果为 true,验证 LLM 服务的证书。 |
 
+## 实例 Auth 字段中的 Secret 引用
+
+`instances[].auth.header` 和 `instances[].auth.query` 字段支持 APISIX Secret 
解析,通过环境变量和 Secret 管理器。有关 Secret 引用格式和配置方式,请参阅 [APISIX 
Secret](../terminology/secret.md)。
+
+```json
+{
+  "instances": [
+    {
+      "name": "openai-instance",
+      "provider": "openai",
+      "auth": {
+        "header": {
+          "Authorization": "Bearer $ENV://OPENAI_API_KEY"

Review Comment:
   Hi @mikyll, can you confirm that this example works? Based on your tests, I 
didn't see this usage pattern.



-- 
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