mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
(improvement)(headless)Change several info-mode logs to debug-mode
This commit is contained in:
@@ -17,16 +17,14 @@ public class LLMConfig {
|
||||
|
||||
private String modelName;
|
||||
|
||||
private Double temperature;
|
||||
private Double temperature = 0.0d;
|
||||
|
||||
private Long timeOut;
|
||||
private Long timeOut = 60L;
|
||||
|
||||
public LLMConfig(String provider, String baseUrl, String apiKey, String modelName) {
|
||||
this.provider = provider;
|
||||
this.baseUrl = baseUrl;
|
||||
this.apiKey = apiKey;
|
||||
this.modelName = modelName;
|
||||
this.temperature = 0.0d;
|
||||
this.timeOut = 60L;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user