Skip to content

Commit

Permalink
#44 linting
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-glushko committed Jan 14, 2024
1 parent 292c620 commit 9ebd281
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ import (
// @license.name Apache 2.0
// @license.url https://github.com/modelgateway/glide/blob/develop/LICENSE

// @host localhost:9099
// @BasePath /
// @schemes http
// @host localhost:9099
// @BasePath /
// @schemes http
func main() {
cli := cmd.NewCLI()

Expand Down
3 changes: 3 additions & 0 deletions pkg/api/http/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ type Handler = func(ctx context.Context, c *app.RequestContext)
// - https://github.com/swaggo/swag/tree/master/example/celler

// LangChatHandler
//
// @id glide-language-chat
// @Summary Language Chat
// @Description Talk to different LLMs Chat API via unified endpoint
Expand Down Expand Up @@ -67,6 +68,7 @@ func LangChatHandler(routerManager *routers.RouterManager) Handler {
}

// LangRoutersHandler
//
// @id glide-language-routers
// @Summary Language Router List
// @Description Retrieve list of configured language routers and their configurations
Expand All @@ -89,6 +91,7 @@ func LangRoutersHandler(routerManager *routers.RouterManager) Handler {
}

// HealthHandler
//
// @id glide-health
// @Summary Gateway Health
// @Description
Expand Down

0 comments on commit 9ebd281

Please sign in to comment.