mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-05-12 11:32:56 +08:00
feat(AiService, Config, DatabaseInitializer, SystemConfig): enhance AI prompt configurations and improve UI for prompt management
This commit is contained in:
@@ -9,7 +9,7 @@ public class Config : BaseModel
|
||||
public string Key { get; set; } = string.Empty;
|
||||
|
||||
[Required]
|
||||
[StringLength(255)]
|
||||
[StringLength(1000)]
|
||||
public string Value { get; set; } = string.Empty;
|
||||
|
||||
[StringLength(255)]
|
||||
|
||||
Reference in New Issue
Block a user