mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-11 04:50:31 +00:00
fix: respect proxy settings for azure client (#382)
This commit is contained in:
parent
9627bbda15
commit
c8bb33d9b2
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ public class CompletionClientProvider {
|
|||
if (baseHost != null) {
|
||||
builder.setUrl(format(baseHost, params.getResourceName()));
|
||||
}
|
||||
return builder.build();
|
||||
return builder.build(getDefaultClientBuilder());
|
||||
}
|
||||
|
||||
public static YouClient getYouClient() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue