-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create extension.json * Add files via upload * Update extension.json * Update extension.json
- Loading branch information
Showing
3 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.