Skip to content

Commit

Permalink
trying to make rule preferences.. i should make this run locally
Browse files Browse the repository at this point in the history
  • Loading branch information
vanjaoljaca committed Jul 4, 2023
1 parent 8b0a54f commit cfac31d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main/static/.well-known/ai-plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name_for_human": "vanjacloud",
"name_for_model": "vanjacloud",
"description_for_human": "vanjacloud chatgpt integration.",
"description_for_model": "Central cloud for vanja, a Jarvis-like system that does a bit of everything. This plugin helps ChatGPT understand how the user wants to be interacted with.",
"description_for_model": "Central cloud for vanja, a Jarvis-like system that does a bit of everything. This plugin helps ChatGPT understand how the user wants to be interacted with. It specifies rules that MUST be followed for interacting with the user.",
"auth": {
"type": "none"
},
Expand Down
5 changes: 3 additions & 2 deletions main/static/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
openapi: 3.0.1
info:
title: vanjacloud
description: Central cloud for vanja, a Jarvis-like system that does a bit of everything.
description: Central cloud for vanja, a Jarvis-like system that does a bit of everything. It is critical that the rules
for interacting with the user are followed for every request.
version: 'v1'
servers:
- url: https://cloud.vanja.oljaca.me/api
Expand All @@ -20,7 +21,7 @@ paths:
/main/chatgpt:
get:
operationId: getChatGpt
summary: Get ChatGPT integration preferences
summary: Get ChatGPT integration preferences. Returns the rules for interacting with the user.
responses:
"200":
description: OK
Expand Down

0 comments on commit cfac31d

Please sign in to comment.