このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
overmind
/
matrix-docker-ansible-deploy
ミラー元
https://github.com/spantaleev/matrix-docker-ansible-deploy
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
Add license information to files for matrix-bot-baibot
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4121/head
Suguru Hirahara
1年前
親
771fd4e58c
コミット
0a8117d96c
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID:
E4F9743DAB4B7B75
13個のファイルの変更
、
59行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+7
-0
docs/configuring-playbook-bot-baibot.md
+6
-0
roles/custom/matrix-bot-baibot/defaults/main.yml
+5
-0
roles/custom/matrix-bot-baibot/tasks/install.yml
+4
-0
roles/custom/matrix-bot-baibot/tasks/main.yml
+4
-0
roles/custom/matrix-bot-baibot/tasks/uninstall.yml
+4
-0
roles/custom/matrix-bot-baibot/tasks/validate_config.yml
+7
-0
roles/custom/matrix-bot-baibot/templates/config.yaml.j2
+6
-0
roles/custom/matrix-bot-baibot/templates/env.j2
+3
-0
roles/custom/matrix-bot-baibot/templates/provider/anthropic-config.yml.j2.license
+3
-0
roles/custom/matrix-bot-baibot/templates/provider/groq-config.yml.j2.license
+3
-0
roles/custom/matrix-bot-baibot/templates/provider/mistral-config.yml.j2.license
+3
-0
roles/custom/matrix-bot-baibot/templates/provider/openai-config.yml.j2.license
+4
-0
roles/custom/matrix-bot-baibot/templates/systemd/matrix-bot-baibot.service.j2.license
+ 7
- 0
docs/configuring-playbook-bot-baibot.md
ファイルの表示
@@ -1,3 +1,10 @@
<!--
SPDX-FileCopyrightText: 2024 Slavi Pantaleev
SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara
SPDX-License-Identifier: AGPL-3.0-or-later
-->
# Setting up baibot (optional)
<p align="center">
+ 6
- 0
roles/custom/matrix-bot-baibot/defaults/main.yml
ファイルの表示
@@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2024 Nikita Chernyi
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev
# SPDX-FileCopyrightText: 2024 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
# baibot is a bot exposing the power of Large Language Models to you.
+ 5
- 0
roles/custom/matrix-bot-baibot/tasks/install.yml
ファイルの表示
@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2024 - 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- name: Ensure baibot paths exist
+ 4
- 0
roles/custom/matrix-bot-baibot/tasks/main.yml
ファイルの表示
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- tags:
+ 4
- 0
roles/custom/matrix-bot-baibot/tasks/uninstall.yml
ファイルの表示
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- name: Check existence of matrix-baibot service
+ 4
- 0
roles/custom/matrix-bot-baibot/tasks/validate_config.yml
ファイルの表示
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- name: Fail if required baibot settings not defined
+ 7
- 0
roles/custom/matrix-bot-baibot/templates/config.yaml.j2
ファイルの表示
@@ -1,3 +1,10 @@
{#
SPDX-FileCopyrightText: 2024 - 2025 Slavi Pantaleev
SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara
SPDX-License-Identifier: AGPL-3.0-or-later
#}
# Default configuration for baibot.
# To extend it, use `matrix_bot_baibot_configuration_extension_yaml`.
+ 6
- 0
roles/custom/matrix-bot-baibot/templates/env.j2
ファイルの表示
@@ -1 +1,7 @@
{#
SPDX-FileCopyrightText: 2024 Slavi Pantaleev
SPDX-License-Identifier: AGPL-3.0-or-later
#}
{{ matrix_bot_baibot_environment_variables_extension }}
+ 3
- 0
roles/custom/matrix-bot-baibot/templates/provider/anthropic-config.yml.j2.license
ファイルの表示
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 Slavi Pantaleev
SPDX-License-Identifier: AGPL-3.0-or-later
+ 3
- 0
roles/custom/matrix-bot-baibot/templates/provider/groq-config.yml.j2.license
ファイルの表示
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 Slavi Pantaleev
SPDX-License-Identifier: AGPL-3.0-or-later
+ 3
- 0
roles/custom/matrix-bot-baibot/templates/provider/mistral-config.yml.j2.license
ファイルの表示
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 Slavi Pantaleev
SPDX-License-Identifier: AGPL-3.0-or-later
+ 3
- 0
roles/custom/matrix-bot-baibot/templates/provider/openai-config.yml.j2.license
ファイルの表示
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 - 2025 Slavi Pantaleev
SPDX-License-Identifier: AGPL-3.0-or-later
+ 4
- 0
roles/custom/matrix-bot-baibot/templates/systemd/matrix-bot-baibot.service.j2.license
ファイルの表示
@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2024 - 2024 Slavi Pantaleev
SPDX-FileCopyrightText: 2025 Suguru Hirahara
SPDX-License-Identifier: AGPL-3.0-or-later
書き込み
プレビュー
読み込み中…
キャンセル
保存