This commit is contained in:
2023-06-23 12:21:35 -04:00
parent 612feee721
commit b01b26b12d
13 changed files with 290 additions and 144 deletions

View File

@@ -78,6 +78,25 @@ paths:
summary: Generate Health status
tags:
- health
/jokes/dadjoke:
get:
consumes:
- application/json
description: get a dad joke
produces:
- application/json
responses:
"200":
description: response
schema:
$ref: '#/definitions/model.Message'
"400":
description: error
schema:
$ref: '#/definitions/model.Message'
summary: Generate dadjoke
tags:
- DadJoke
/openai/general:
get:
consumes: