Skip to content

Commit

Permalink
release gptreply 1.0 (#250)
Browse files Browse the repository at this point in the history
* Create extension.json

* Add files via upload

* Update extension.json

* Update extension.json
  • Loading branch information
QDaves authored Jul 29, 2024
1 parent 9b331d9 commit 7e7b448
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions store/extensions/GptReply/extension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"title": "GptReply",
"description": "GPT Reply lets you reply to other people with Claude or ChatGPT in Origins.\n(This Extension sends data such as your Username and Chatlogs to thirdparty APIS from Openai/Claude)",
"authors": [
{
"name": "QDave",
"discord": "qdave"
}
],
"version": "1.0",
"categories": ["Fun"],

"source": "https://github.com/QDaves/GPTReply",
"readme": "https://github.com/QDaves/GPTReply/blob/main/README.md",
"releases": "https://github.com/QDaves/GPTReply/releases",

"stable": true,

"framework": {
"name": "GoEarth",
"version": "0.3.3"
},

"language": "Go",
"commands": {
"default": ["cmd", "/C", "GPT Reply-win.exe", "-c", "{cookie}", "-p", "{port}", "-f", "{filename}", ">nul", "2>&1"],
"windows": ["cmd", "/C", "GPT Reply-win.exe", "-c", "{cookie}", "-p", "{port}", "-f", "{filename}", ">nul", "2>&1"]
},


"compatibility": {
"systems": ["Windows"],
"clients": ["Origins"]
},

"submissionDate": "29-07-2024 00:36:00",
"updateDate": "29-07-2024 00:36:00",
"isOutdated": false
}
Binary file added store/extensions/GptReply/extension.zip
Binary file not shown.
Binary file added store/extensions/GptReply/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7e7b448

Please sign in to comment.