mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
(fix):fix proxy ip default value (#552)
This commit is contained in:
@@ -26,7 +26,7 @@ public class ChatGptHelper {
|
||||
@Value("${llm.chatgpt.apiHost:}")
|
||||
private String apiHost;
|
||||
|
||||
@Value("${llm.chatgpt.proxyIp:}")
|
||||
@Value("${llm.chatgpt.proxyIp:default}")
|
||||
private String proxyIp;
|
||||
|
||||
@Value("${llm.chatgpt.proxyPort:}")
|
||||
|
||||
Reference in New Issue
Block a user