mirror of
https://github.com/rishikanthc/Scriberr.git
synced 2026-06-30 07:46:16 +00:00
feat: add callback_url to transcription parameters
This commit is contained in:
committed by
Rishikanth Chandrasekaran
parent
91273d851f
commit
ac3073786d
@@ -121,6 +121,9 @@ type WhisperXParams struct {
|
||||
|
||||
// Multi-track transcription settings
|
||||
IsMultiTrackEnabled bool `json:"is_multi_track_enabled" gorm:"type:boolean;default:false"`
|
||||
|
||||
// Webhook settings
|
||||
CallbackURL *string `json:"callback_url,omitempty" gorm:"type:text"`
|
||||
}
|
||||
|
||||
// BeforeCreate sets the ID if not already set
|
||||
|
||||
Reference in New Issue
Block a user