You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 6, 2024. It is now read-only.
hello:
my base url is https://host/chat/api
when I used openAiService to request my chat project, the url would be replaced with https://host/v1/chat/completions.
but I wish the result is https://host/chat/api/v1/chat/completions
how should I do ?
the maven version is 0.17.0