feat: created new property called used_to to usage model
parent
71f626af98
commit
6b9100fd2e
|
@ -48,6 +48,10 @@ const apiUsage = new Schema(
|
|||
type: String,
|
||||
enum: ["text", "audio", "image", "video"],
|
||||
},
|
||||
used_to: {
|
||||
type: String,
|
||||
enum: ["stt", "llm", "tts"],
|
||||
},
|
||||
},
|
||||
{ timestamps: true }
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue