bertybuttface
|
524d3068fc
|
Merge pull request #71 from Helikoptermann2/main
Update README.md
|
2023-02-01 15:36:03 +00:00 |
|
Helikoptermann2
|
5516bf81bc
|
Update README.md
Added multiple FAQs, rearranged the file and added some minor information where I thought it is useful.
|
2023-01-30 20:51:22 +01:00 |
|
Helikoptermann2
|
42a9ed449d
|
Update README.md
Created an FAQ section and added an example docker compose file entry.
|
2023-01-29 23:04:14 +01:00 |
|
bertybuttface
|
a8a53c33b2
|
Update README.md
|
2023-01-29 19:35:17 +00:00 |
|
bertybuttface
|
cc90834741
|
Update README.md
|
2023-01-28 13:12:23 +00:00 |
|
bertybuttface
|
5f9547a556
|
Hotfix master
|
2023-01-28 13:04:56 +00:00 |
|
bertybuttface
|
f35048e156
|
Merge pull request #68 from matrixgpt/refresh-chatgpt-session
Refresh chatgpt session
|
2023-01-28 00:20:05 +00:00 |
|
bertybuttface
|
1126382ea1
|
Update README.md
|
2023-01-27 21:09:37 +00:00 |
|
bertybuttface
|
6f2c6734e6
|
Update README
|
2023-01-27 21:01:40 +00:00 |
|
bertybuttface
|
6bf0a56560
|
Add support for refreshing ChatGPT sessions regularly
Call `api.refreshSession()` every hour to refresh the ChatGPT session
Call `api.resetSession()` every 24 hours to reset the ChatGPT session
|
2023-01-27 18:49:36 +00:00 |
|
bertybuttface
|
2a5845c954
|
Merge pull request #67 from matrixgpt/optional-threads
Optional threads
|
2023-01-27 18:24:41 +00:00 |
|
bertybuttface
|
73176fd623
|
Bump version
|
2023-01-27 18:05:24 +00:00 |
|
bertybuttface
|
060dd562ea
|
Error if incorrect combination of MATRIX_THREADS and CHATGPT_CONTEXT
|
2023-01-27 18:01:52 +00:00 |
|
bertybuttface
|
e8ce5c99a8
|
Update README.md
Add warning regarding threads.
|
2023-01-27 17:52:12 +00:00 |
|
bertybuttface
|
177fe3c60e
|
Add basic support for optional threads.
|
2023-01-27 17:45:41 +00:00 |
|
bertybuttface
|
e1d7b99706
|
Revert "Remove MATRIX_THREADS as it is not currently used"
This reverts commit 0865962e87 .
|
2023-01-27 17:26:24 +00:00 |
|
bertybuttface
|
1852f3993e
|
Bump version
|
2023-01-27 17:23:20 +00:00 |
|
bertybuttface
|
99935aed6f
|
Merge pull request #66 from matrixgpt/configurable-context
Add support for configurable context levels.
|
2023-01-27 17:22:27 +00:00 |
|
bertybuttface
|
08f3c64e1a
|
Add support for configurable context levels.
|
2023-01-27 17:09:54 +00:00 |
|
bertybuttface
|
5922b7b12e
|
Update README.md
|
2023-01-25 22:45:22 +00:00 |
|
bertybuttface
|
e8675269ec
|
Bump version
|
2023-01-25 00:58:07 +00:00 |
|
bertybuttface
|
bd0612637a
|
Merge pull request #61 from matrixgpt/remove-threads
Remove MATRIX_THREADS as it is not currently used
|
2023-01-25 00:56:49 +00:00 |
|
bertybuttface
|
0865962e87
|
Remove MATRIX_THREADS as it is not currently used
|
2023-01-25 00:35:32 +00:00 |
|
bertybuttface
|
543ae0b19f
|
Bump version
|
2023-01-24 17:24:25 +00:00 |
|
bertybuttface
|
799760e92a
|
Merge pull request #60 from matrixgpt/match-timeouts
Update handlers.ts
|
2023-01-24 17:22:58 +00:00 |
|
bertybuttface
|
de452be791
|
Bump version
|
2023-01-24 17:20:07 +00:00 |
|
bertybuttface
|
f1bc898acb
|
Update handlers.ts
Use CHATGPT_TIMEOUT instead of arbitrary value for setTyping timeout.
|
2023-01-24 16:18:22 +00:00 |
|
bertybuttface
|
e8efc4d405
|
Add support for pro account
|
2023-01-24 15:56:31 +00:00 |
|
bertybuttface
|
f5e030b7d5
|
Merge pull request #58 from matrixgpt/dependabot/npm_and_yarn/chatgpt-3.5.1
Bump chatgpt from 3.3.13 to 3.5.1
|
2023-01-24 15:42:13 +00:00 |
|
dependabot[bot]
|
8c4d399e02
|
Bump chatgpt from 3.3.13 to 3.5.1
Bumps [chatgpt](https://github.com/transitive-bullshit/chatgpt-api) from 3.3.13 to 3.5.1.
- [Release notes](https://github.com/transitive-bullshit/chatgpt-api/releases)
- [Commits](https://github.com/transitive-bullshit/chatgpt-api/compare/v3.3.13...v3.5.1)
---
updated-dependencies:
- dependency-name: chatgpt
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-23 16:18:41 +00:00 |
|
jcromero
|
7028048b27
|
Fix name of environment variable in README.md
|
2023-01-19 23:03:13 +01:00 |
|
bertybuttface
|
953a3dcb43
|
Merge pull request #56 from matrixgpt/code-refactor
Code refactor
|
2023-01-19 19:21:28 +00:00 |
|
bertybuttface
|
a2f9308836
|
Update Dockerfile
remove unused stuff, refuce Xvfb buffer size
|
2023-01-19 17:43:55 +00:00 |
|
bertybuttface
|
c1ef71817a
|
Cleanup code
|
2023-01-19 17:43:55 +00:00 |
|
bertybuttface
|
8542b55a30
|
Update README.md
|
2023-01-19 17:20:43 +00:00 |
|
Juan Carlos Romero
|
6dc08024d2
|
Better MATRIX_DEFAULT_PREFIX description
|
2023-01-14 11:53:48 +01:00 |
|
Juan Carlos Romero
|
cb477613da
|
Fix spaces
|
2023-01-13 08:12:29 +01:00 |
|
Juan Carlos Romero
|
30e6a0af9b
|
Descriptions added for all the env variables
|
2023-01-12 23:52:55 +01:00 |
|
bertybuttface
|
2eccbf6d17
|
Bump version
|
2023-01-12 01:09:58 +00:00 |
|
bertybuttface
|
8a8d624c28
|
Merge pull request #50 from matrixgpt/matrix-prefix-dm
Add MATRIX_PREFIX_DM feature
|
2023-01-12 00:42:44 +00:00 |
|
bertybuttface
|
c97901e0cd
|
Add MATRIX_PREFIX_DM feature
|
2023-01-12 00:16:43 +00:00 |
|
bertybuttface
|
f3ee5ab450
|
Bump version
|
2023-01-11 16:08:05 +00:00 |
|
bertybuttface
|
f82f4264aa
|
Merge pull request #47 from matrixgpt/dependabot/npm_and_yarn/chatgpt-3.3.13
Bump chatgpt from 3.3.12 to 3.3.13
|
2023-01-11 16:06:19 +00:00 |
|
dependabot[bot]
|
0b12f9ef7f
|
Bump chatgpt from 3.3.12 to 3.3.13
Bumps [chatgpt](https://github.com/transitive-bullshit/chatgpt-api) from 3.3.12 to 3.3.13.
- [Release notes](https://github.com/transitive-bullshit/chatgpt-api/releases)
- [Commits](https://github.com/transitive-bullshit/chatgpt-api/compare/v3.3.12...v3.3.13)
---
updated-dependencies:
- dependency-name: chatgpt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-11 15:41:55 +00:00 |
|
bertybuttface
|
6a1ba59ee4
|
Update package.json
|
2023-01-10 16:05:42 +00:00 |
|
bertybuttface
|
ab1e04b2b0
|
Merge pull request #46 from matrixgpt/dependabot/npm_and_yarn/chatgpt-3.3.12
Bump chatgpt from 3.3.11 to 3.3.12
|
2023-01-10 14:02:46 +00:00 |
|
dependabot[bot]
|
3ed5fe2922
|
Bump chatgpt from 3.3.11 to 3.3.12
Bumps [chatgpt](https://github.com/transitive-bullshit/chatgpt-api) from 3.3.11 to 3.3.12.
- [Release notes](https://github.com/transitive-bullshit/chatgpt-api/releases)
- [Commits](https://github.com/transitive-bullshit/chatgpt-api/compare/v3.3.11...v3.3.12)
---
updated-dependencies:
- dependency-name: chatgpt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-10 13:46:55 +00:00 |
|
bertybuttface
|
96be498cb6
|
Merge pull request #44 from matrixgpt/dependabot/npm_and_yarn/chatgpt-3.3.11
Bump chatgpt from 3.3.10 to 3.3.11
|
2023-01-10 13:26:20 +00:00 |
|
dependabot[bot]
|
644585e786
|
Bump chatgpt from 3.3.10 to 3.3.11
Bumps [chatgpt](https://github.com/transitive-bullshit/chatgpt-api) from 3.3.10 to 3.3.11.
- [Release notes](https://github.com/transitive-bullshit/chatgpt-api/releases)
- [Commits](https://github.com/transitive-bullshit/chatgpt-api/compare/v3.3.10...v3.3.11)
---
updated-dependencies:
- dependency-name: chatgpt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-09 16:32:07 +00:00 |
|
bertybuttface
|
260193458a
|
Update README.md
|
2023-01-08 21:02:47 +00:00 |
|