Skip to content

Commit

Permalink
change swagger title, remove description (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalef authored May 15, 2023
1 parent 90cf387 commit f44ef08
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/server/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ func Create(appState *models.AppState) *http.Server {
}
}

// @title Zep Long-term Memory API
// @description Zep stores, manages, enriches, and searches long-term memory for conversational AI applications

// @title Zep REST API
// @license.name Apache 2.0
// @license.url http://www.apache.org/licenses/LICENSE-2.0.html

Expand Down

0 comments on commit f44ef08

Please sign in to comment.