[feature][chat]Refactor chat model config related codes.#1739

This commit is contained in:
jerryjzhang
2024-10-09 17:27:07 +08:00
parent 60b0a1a1a1
commit 248f4f83f6
53 changed files with 275 additions and 251 deletions

View File

@@ -29,7 +29,7 @@ public class User {
return new User(id, name, name, name, 0);
}
public static User getFakeUser() {
public static User getDefaultUser() {
return new User(1L, "admin", "admin", "admin@email", 1);
}