update transhipment url

This commit is contained in:
Zhang Minghan 2023-10-02 21:28:53 +08:00
parent becb813cf7
commit a8b1082261

View File

@ -4,5 +4,5 @@ import "github.com/gin-gonic/gin"
func Register(app *gin.Engine) {
app.GET("/chat", ChatAPI)
app.POST("/v1/completions", TranshipmentAPI)
app.POST("/v1/chat/completions", TranshipmentAPI)
}