This commit is contained in:
2024-04-02 22:00:33 -05:00
parent 7c52969e1b
commit 9a4023acab
6 changed files with 77 additions and 0 deletions

View File

@@ -52,6 +52,11 @@
},
"/jokes/dadjoke": {
"get": {
"security": [
{
"Authorization": []
}
],
"description": "get a dad joke",
"consumes": [
"application/json"
@@ -79,6 +84,11 @@
}
},
"post": {
"security": [
{
"Authorization": []
}
],
"description": "create a dad joke",
"consumes": [
"application/json"
@@ -115,6 +125,11 @@
}
},
"delete": {
"security": [
{
"Authorization": []
}
],
"description": "create a dad joke",
"consumes": [
"application/json"
@@ -153,6 +168,11 @@
},
"/openai/general": {
"get": {
"security": [
{
"Authorization": []
}
],
"description": "Ask ChatGPT a general question",
"consumes": [
"application/json"
@@ -191,6 +211,11 @@
},
"/openai/travelagent": {
"get": {
"security": [
{
"Authorization": []
}
],
"description": "Ask ChatGPT for suggestions as if it was a travel agent",
"consumes": [
"application/json"