huanghuang0913 commented on issue #12776: URL: https://github.com/apache/apisix/issues/12776#issuecomment-3574460055
hi, Baoyuan @Baoyuantop. I tired, but it doesn't work, the ai model we use is not the offical api, but the deployment by ourselves. so according to the doc: LLM service provider. When set to openai, the Plugin will proxy the request to https://api.openai.com/chat/completions. When set to deepseek, the Plugin will proxy the request to https://api.deepseek.com/chat/completions. When set to aimlapi, the Plugin uses the OpenAI-compatible driver and proxies the request to https://api.aimlapi.com/v1/chat/completions by default. **When set to openai-compatible, the Plugin will proxy the request to the custom endpoint configured in override.** -- 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]
