Skip to content

Commit

Permalink
feat: change routes
Browse files Browse the repository at this point in the history
  • Loading branch information
JingYiJun committed May 24, 2024
1 parent 0027af1 commit 8f61c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/record/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ func RegisterRoutes(routes fiber.Router) {
routes.Post("/v1/chat/completions", OpenAICreateChatCompletion)

// yocsef API
routes.Get("/yocsef/inference", websocket.New(InferYocsefAsyncAPI))
routes.Get("/ws/yocsef/inference", websocket.New(InferYocsefAsyncAPI))
}

0 comments on commit 8f61c4a

Please sign in to comment.