Revolyssup commented on code in PR #12530:
URL: https://github.com/apache/apisix/pull/12530#discussion_r2293332483


##########
t/plugin/ai-proxy-multi3.t:
##########
@@ -200,30 +200,16 @@ __DATA__
                                     "provider": "openai",
                                     "weight": 1,
                                     "priority": 1,
-                                    "auth": {
-                                        "header": {
-                                            "Authorization": "Bearer token"
-                                        }
-                                    },
-                                    "options": {
-                                        "model": "gpt-4"
-                                    },
-                                    "override": {
-                                        "endpoint": "http://localhost:16724";
-                                    },
+                                    "auth": {"header": {"Authorization": 
"Bearer token"}},
+                                    "options": {"model": "gpt-4"},
+                                    "override": {"endpoint": 
"http://localhost:16724"},

Review Comment:
   These changes are to fix this CI which fails due to large inline lua code
   
https://github.com/apache/apisix/actions/runs/17150713809/job/48659248386?pr=12530



-- 
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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to