|
|
@@ -12,6 +12,7 @@ import org.springframework.context.annotation.Configuration;
|
|
|
@ConfigurationProperties(prefix = "config.chat")
|
|
|
@RefreshScope
|
|
|
public class ChatConfig {
|
|
|
+ //
|
|
|
private String oneApiUrl;
|
|
|
private String oneApikey;
|
|
|
private String characterChatModel;
|