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>
pirms 1 gada
Suguru Hirahara
f0cc5da229
Edit user identifier examples: to `@alice` and `@bob`
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pirms 1 gada
Suguru Hirahara
90cfdabb2b
Replace DOMAIN with example.com
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pirms 1 gada
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.
pirms 2 gadiem
Slavi Pantaleev
6b04afb49a
Optimize matrix-bot-chatgpt container stopping time
pirms 2 gadiem
Slavi Pantaleev
2511b34a7c
Stop containers gracefully, instead of outright killing them
pirms 2 gadiem
System user; root
621578399f
Adding variable for messing with the prompt and setting the default to the example
pirms 2 gadiem
Slavi Pantaleev
636142c4e0
matrix-bot-chatgpt role refactoring
pirms 3 gadiem
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.
pirms 3 gadiem
ntallasv
9615855cfa
update matrix-chatgpt-bot
pirms 3 gadiem
bertybuttface
d66a2949f6
Update env.j2
Use matrix_bot_chatgpt_context for CHATGPT_CONTEXT
pirms 3 gadiem
Slavi Pantaleev
784043cc5d
Ensure OPENAI_PRO is true/false (not True/False)
pirms 3 gadiem
bertybuttface
18c3903def
Update env.j2
Set OPEN_AI to matrix_bot_chatgpt_openai_pro
pirms 3 gadiem
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.
pirms 3 gadiem
bertybuttface
0ec1868b95
Add matrix-bot-chatgpt.
Co-Authored-By: Slavi Pantaleev <slavi@devture.com>
pirms 3 gadiem