mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-03-11 07:10:23 +01:00
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>
This commit is contained in:
parent
329fa105bf
commit
cd4b1ca72f
@ -1,3 +1,11 @@
|
|||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2023 MDAD project contributors
|
||||||
|
SPDX-FileCopyrightText: 2023 - 2024 Slavi Pantaleev
|
||||||
|
SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-->
|
||||||
|
|
||||||
# Setting up matrix-bot-chatgpt (optional, unmaintained)
|
# Setting up matrix-bot-chatgpt (optional, unmaintained)
|
||||||
|
|
||||||
**Note**: [matrix-chatgpt-bot](https://github.com/matrixgpt/matrix-chatgpt-bot) is now an archived (**unmaintained**) project. Talking to ChatGPT (and many other LLM providers) can happen via the much more featureful [baibot](https://github.com/etkecc/baibot), which can be installed using [this playbook](configuring-playbook-bot-baibot.md). Consider using that bot instead of this one.
|
**Note**: [matrix-chatgpt-bot](https://github.com/matrixgpt/matrix-chatgpt-bot) is now an archived (**unmaintained**) project. Talking to ChatGPT (and many other LLM providers) can happen via the much more featureful [baibot](https://github.com/etkecc/baibot), which can be installed using [this playbook](configuring-playbook-bot-baibot.md). Consider using that bot instead of this one.
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2023 MDAD project contributors
|
||||||
|
# SPDX-FileCopyrightText: 2023 - 2024 Slavi Pantaleev
|
||||||
|
# SPDX-FileCopyrightText: 2023 Joe Kappus
|
||||||
|
# SPDX-FileCopyrightText: 2023 Nikita Chernyi
|
||||||
|
# SPDX-FileCopyrightText: 2023 Samuel Meenzen
|
||||||
|
# SPDX-FileCopyrightText: 2024 Suguru Hirahara
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
---
|
---
|
||||||
# chatgpt is a bot for chatting to openAI chatgpt Matrix bot
|
# chatgpt is a bot for chatting to openAI chatgpt Matrix bot
|
||||||
# Project source code URL: https://github.com/matrixgpt/matrix-chatgpt-bot
|
# Project source code URL: https://github.com/matrixgpt/matrix-chatgpt-bot
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2023 - 2024 Slavi Pantaleev
|
||||||
|
# SPDX-FileCopyrightText: 2024 David Mehren
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: Ensure chatgpt paths exist
|
- name: Ensure chatgpt paths exist
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2023 MDAD project contributors
|
||||||
|
# SPDX-FileCopyrightText: 2023 Slavi Pantaleev
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
-
|
-
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2023 MDAD project contributors
|
||||||
|
# SPDX-FileCopyrightText: 2023 Slavi Pantaleev
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: Check existence of matrix-chatgpt service
|
- name: Check existence of matrix-chatgpt service
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2023 MDAD project contributors
|
||||||
|
# SPDX-FileCopyrightText: 2023 Slavi Pantaleev
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: Fail if required Chatgpt settings not defined
|
- name: Fail if required Chatgpt settings not defined
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
{#
|
||||||
|
SPDX-FileCopyrightText: 2023 MDAD project contributors
|
||||||
|
SPDX-FileCopyrightText: 2023 Slavi Pantaleev
|
||||||
|
SPDX-FileCopyrightText: 2023 Joe Kappus
|
||||||
|
SPDX-FileCopyrightText: 2024 Suguru Hirahara
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
#}
|
||||||
|
|
||||||
MATRIX_HOMESERVER_URL={{ matrix_bot_chatgpt_matrix_homeserver_url }}
|
MATRIX_HOMESERVER_URL={{ matrix_bot_chatgpt_matrix_homeserver_url }}
|
||||||
MATRIX_ACCESS_TOKEN={{ matrix_bot_chatgpt_matrix_access_token }}
|
MATRIX_ACCESS_TOKEN={{ matrix_bot_chatgpt_matrix_access_token }}
|
||||||
|
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
SPDX-FileCopyrightText: 2023 MDAD project contributors
|
||||||
|
SPDX-FileCopyrightText: 2023 Vladimir Panteleev
|
||||||
|
SPDX-FileCopyrightText: 2023 - 2025 Slavi Pantaleev
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
Loading…
x
Reference in New Issue
Block a user