Für jedes Bild eigenen Prompt
This commit is contained in:
@ -7,4 +7,5 @@ public class BildInfoModel
|
||||
public string Dateiname { get; set; }
|
||||
public string ImageModel { get; set; }
|
||||
public int WunschId { get; set; }
|
||||
public string Prompt { get; set; }
|
||||
}
|
||||
|
||||
@ -8,4 +8,9 @@ public class WunschInfoModel
|
||||
public string BildBeschreibung { get; set; }
|
||||
public DateTime Datum { get; set; }
|
||||
public string GPTModel { get; set; }
|
||||
/// <summary>
|
||||
/// Id eines vorherigen Wunsches, z.B. wenn ein Wunsch überarbeitet wird, wird der original wunsch hier referenziert.
|
||||
/// Ist <see langword="null"/> für den initialien Wunsch.
|
||||
/// </summary>
|
||||
public int? VorherigerWunsch { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user