mirror of
https://github.com/coaidev/coai.git
synced 2025-06-02 03:40:18 +09:00
update transhipment url
This commit is contained in:
parent
becb813cf7
commit
a8b1082261
@ -4,5 +4,5 @@ import "github.com/gin-gonic/gin"
|
|||||||
|
|
||||||
func Register(app *gin.Engine) {
|
func Register(app *gin.Engine) {
|
||||||
app.GET("/chat", ChatAPI)
|
app.GET("/chat", ChatAPI)
|
||||||
app.POST("/v1/completions", TranshipmentAPI)
|
app.POST("/v1/chat/completions", TranshipmentAPI)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user