Suguru Hirahara
c385bee7af
Re-run "reuse annotate" to sort statements
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Suguru Hirahara
cd4b1ca72f
Tribute to deprecated components: add license information to files for matrix-bot-chatgpt
This commit adds copyright attirbutions in SPDX format to files for matrix-bot-chatgpt, following the REUSE's specification.
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Slavi Pantaleev
d12643eb91
Do not use `docker stop --time` (deprecated in Docker v28 in favor of `--timeout` or just `-t`)
`-t` works on both old and new Docker versions, so it's best to use that.
1 год назад
Suguru Hirahara
bb81885a5b
Edit roles file for matrix-bot-chatgpt: align example user ID with the documentation
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Suguru Hirahara
f0cc5da229
Edit user identifier examples: to `@alice` and `@bob`
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Suguru Hirahara
90cfdabb2b
Replace DOMAIN with example.com
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Slavi Pantaleev
4a6287c528
Initial work on matrix-homeserver-proxy role and eliminating matrix-nginx-proxy
This is still very far from usable.
Various bridges and bots are still talking to
`matrix-nginx-proxy` instead of the new `matrix-homeserver-proxy` role.
These services need to be reworked. While reworking them,
various cleanups are being done as well as adding Traefik-labels to
those that need them.
2 лет назад
Slavi Pantaleev
6b04afb49a
Optimize matrix-bot-chatgpt container stopping time
2 лет назад
Slavi Pantaleev
2511b34a7c
Stop containers gracefully, instead of outright killing them
2 лет назад
System user; root
621578399f
Adding variable for messing with the prompt and setting the default to the example
2 лет назад
Slavi Pantaleev
636142c4e0
matrix-bot-chatgpt role refactoring
3 лет назад
Joe Kappus
f2ebb5a91d
Bump ChatGPT version and add new config settings
OpenAI changed the model a month ago and broke the bot.
This bump fixes it and adds the default model.
3 лет назад
ntallasv
9615855cfa
update matrix-chatgpt-bot
3 лет назад
bertybuttface
d66a2949f6
Update env.j2
Use matrix_bot_chatgpt_context for CHATGPT_CONTEXT
3 лет назад
Slavi Pantaleev
784043cc5d
Ensure OPENAI_PRO is true/false (not True/False)
3 лет назад
bertybuttface
18c3903def
Update env.j2
Set OPEN_AI to matrix_bot_chatgpt_openai_pro
3 лет назад
Vladimir Panteleev
6c332da7d3
Fix ChatGPT container
This container needs a writable $HOME, and will fail at startup if
there isn't one.
Provide one by pointing HOME to a path under the mounted /data
directory.
3 лет назад
bertybuttface
0ec1868b95
Add matrix-bot-chatgpt.
Co-Authored-By: Slavi Pantaleev <slavi@devture.com>
3 лет назад