AlinsRan commented on code in PR #12083:
URL: https://github.com/apache/apisix/pull/12083#discussion_r2015268307


##########
apisix/plugins/ai-request-rewrite.lua:
##########
@@ -124,13 +124,12 @@ local function request_to_llm(conf, request_table, ctx)
         model_options = conf.options
     }
 
-    local res, err, httpc = ai_driver:request(conf, request_table, extra_opts)

Review Comment:
   
https://github.com/apache/apisix/blob/master/apisix/plugins/ai-drivers/openai-base.lua#L131
   
   It seems that only two parameters were returned, why didn't painc occur 
before?



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