Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mrepol742 committed Jan 4, 2024
1 parent 20b36c2 commit f61eb8d
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 192 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
npm i --include=dev
npm run jshint *.js src/*.js
- name: Test RedFox Source Files
run: |
npm run jshint src/redfox/*.js src/redfox/src/*.js
#- name: Test RedFox Source Files
# run: |
# npm run jshint src/redfox/*.js src/redfox/src/*.js

87 changes: 6 additions & 81 deletions data/accountPreferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
},
"dell": 0
},
"owner": "100058594941918"
"owner": ""
},
"shared": {
"root": "100071743848974",
"delay": false,
"delay": true,
"frequency_penalty": "0",
"temperature": "0.5",
"max_tokens": "2048",
Expand Down Expand Up @@ -59,9 +59,9 @@
"maintenance": false,
"tokens": {
"gpt": {
"prompt_tokens": 4598,
"completion_tokens": 1223,
"total_tokens": 5821
"prompt_tokens": 4964,
"completion_tokens": 1300,
"total_tokens": 6264
},
"davinci": {
"prompt_tokens": 0,
Expand Down Expand Up @@ -97,81 +97,6 @@
},
"owner": "100092581786728"
},
"100046351269353": {
"stop": false,
"events": true,
"forceLogin": true,
"autoMarkRead": false,
"online": true,
"selfListen": true,
"typingIndicator": false,
"autoMarkDelivery": false,
"maintenance": false,
"tokens": {
"gpt": {
"prompt_tokens": 2795,
"completion_tokens": 761,
"total_tokens": 3556
},
"davinci": {
"prompt_tokens": 0,
"completion_tokens": 0,
"total_tokens": 0
},
"dell": 0
},
"owner": "100088347234178"
},
"61553801171635": {
"stop": false,
"events": true,
"forceLogin": true,
"autoMarkRead": false,
"online": true,
"selfListen": true,
"typingIndicator": false,
"autoMarkDelivery": false,
"maintenance": false,
"tokens": {
"gpt": {
"prompt_tokens": 377,
"completion_tokens": 18,
"total_tokens": 395
},
"davinci": {
"prompt_tokens": 0,
"completion_tokens": 0,
"total_tokens": 0
},
"dell": 0
},
"owner": "100088347234178"
},
"100094974786751": {
"stop": false,
"events": true,
"forceLogin": true,
"autoMarkRead": false,
"online": true,
"selfListen": true,
"typingIndicator": false,
"autoMarkDelivery": false,
"maintenance": false,
"tokens": {
"gpt": {
"prompt_tokens": 760,
"completion_tokens": 242,
"total_tokens": 1002
},
"davinci": {
"prompt_tokens": 0,
"completion_tokens": 0,
"total_tokens": 0
},
"dell": 0
},
"owner": "100088347234178"
},
"61553500994391": {
"stop": false,
"events": true,
Expand All @@ -195,7 +120,7 @@
},
"dell": 0
},
"owner": "100039660703227"
"owner": "100071743848974"
},
"100093516094229": {
"stop": false,
Expand Down
2 changes: 1 addition & 1 deletion data/groups.json

Large diffs are not rendered by default.

52 changes: 47 additions & 5 deletions data/threadPreferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@
"nsfw": true,
"cmd": 1
},
"6892455817496558": {
"leave": false,
"unsend": true,
"nsfw": true,
"cmd": 1
},
"9525562160848307": {
"leave": false,
"unsend": true,
"nsfw": true,
"cmd": 1
},
"9492786270746965": {
"leave": false,
"unsend": true,
"nsfw": true,
"cmd": 1
},
"undefined": {
"leave": false,
"unsend": true,
Expand All @@ -13,23 +31,47 @@
},
"2583856894982516": {
"leave": false,
"unsend": false,
"unsend": true,
"nsfw": true,
"cmd": 4
"cmd": 1
},
"6892455817496558": {
"24546568141608847": {
"leave": false,
"unsend": true,
"nsfw": true,
"cmd": 1
},
"9525562160848307": {
"7001323873296148": {
"leave": false,
"unsend": true,
"nsfw": true,
"cmd": 1
},
"9492786270746965": {
"24395153463462043": {
"leave": false,
"unsend": true,
"nsfw": true,
"cmd": 1
},
"7382627011811112": {
"leave": false,
"unsend": true,
"nsfw": true,
"cmd": 1
},
"7149937088425346": {
"leave": false,
"unsend": true,
"nsfw": true,
"cmd": 1
},
"100089896085964": {
"leave": false,
"unsend": true,
"nsfw": true,
"cmd": 1
},
"100065290644543": {
"leave": false,
"unsend": true,
"nsfw": true,
Expand Down
2 changes: 1 addition & 1 deletion data/users.json

Large diffs are not rendered by default.

Loading

0 comments on commit f61eb8d

Please sign in to comment.