mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-18 16:47:27 +00:00
feat: add sora video fetch task
This commit is contained in:
@@ -19,6 +19,7 @@ func SetVideoRouter(router *gin.Engine) {
|
||||
// docs: https://platform.openai.com/docs/api-reference/videos/create
|
||||
{
|
||||
videoV1Router.POST("/videos", controller.RelayTask)
|
||||
videoV1Router.GET("/videos/:id", controller.RelayTask)
|
||||
}
|
||||
|
||||
klingV1Router := router.Group("/kling/v1")
|
||||
|
||||
Reference in New Issue
Block a user