mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-23 04:55:46 +00:00
159 lines
5.1 KiB
Plaintext
159 lines
5.1 KiB
Plaintext
|
# SOME DESCRIPTIVE TITLE.
|
||
|
# Copyright (C) 2018-2024, Slavi Pantaleev, Aine Etke, MDAD community
|
||
|
# members
|
||
|
# This file is distributed under the same license as the
|
||
|
# matrix-docker-ansible-deploy package.
|
||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
|
||
|
#
|
||
|
#, fuzzy
|
||
|
msgid ""
|
||
|
msgstr ""
|
||
|
"Project-Id-Version: matrix-docker-ansible-deploy \n"
|
||
|
"Report-Msgid-Bugs-To: \n"
|
||
|
"POT-Creation-Date: 2024-12-16 12:05+0900\n"
|
||
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||
|
"Language: jp\n"
|
||
|
"Language-Team: jp <LL@li.org>\n"
|
||
|
"MIME-Version: 1.0\n"
|
||
|
"Content-Type: text/plain; charset=utf-8\n"
|
||
|
"Content-Transfer-Encoding: 8bit\n"
|
||
|
"Generated-By: Babel 2.16.0\n"
|
||
|
|
||
|
#: ../../../docs/configuring-playbook-bot-chatgpt.md:1
|
||
|
msgid "Setting up matrix-bot-chatgpt (optional, unmaintained)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/configuring-playbook-bot-chatgpt.md:3
|
||
|
msgid ""
|
||
|
"**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."
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/configuring-playbook-bot-chatgpt.md:5
|
||
|
msgid ""
|
||
|
"The playbook can install and configure [matrix-chatgpt-"
|
||
|
"bot](https://github.com/matrixgpt/matrix-chatgpt-bot) for you."
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/configuring-playbook-bot-chatgpt.md:7
|
||
|
msgid ""
|
||
|
"Talk to [ChatGPT](https://openai.com/blog/chatgpt/) via your favourite "
|
||
|
"Matrix client!"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/configuring-playbook-bot-chatgpt.md:9
|
||
|
msgid "Register the bot account"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/configuring-playbook-bot-chatgpt.md:11
|
||
|
msgid ""
|
||
|
"The playbook does not automatically create users for you. The bot "
|
||
|
"requires an access token to be able to connect to your homeserver."
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/configuring-playbook-bot-chatgpt.md:13
|
||
|
msgid "You **need to register the bot user manually** before setting up the bot."
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/configuring-playbook-bot-chatgpt.md:15
|
||
|
msgid ""
|
||
|
"Choose a strong password for the bot. You can generate a good password "
|
||
|
"with a command like this: `pwgen -s 64 1`."
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/configuring-playbook-bot-chatgpt.md:17
|
||
|
msgid "You can use the playbook to [register a new user](registering-users.md):"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/configuring-playbook-bot-chatgpt.md:23
|
||
|
msgid "Get an access token and create encryption keys"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/configuring-playbook-bot-chatgpt.md:25
|
||
|
msgid ""
|
||
|
"Refer to the documentation on [how to obtain an access token](obtaining-"
|
||
|
"access-tokens.md)."
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/configuring-playbook-bot-chatgpt.md:27
|
||
|
msgid ""
|
||
|
"To make sure the bot can read encrypted messages, it will need an "
|
||
|
"encryption key, just like any other new user. While obtaining the access "
|
||
|
"token, follow the prompts to setup a backup key. More information can be "
|
||
|
"found in the [Element "
|
||
|
"documentation](https://element.io/help#encryption6)."
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/configuring-playbook-bot-chatgpt.md:29
|
||
|
msgid "Adjusting the playbook configuration"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/configuring-playbook-bot-chatgpt.md:31
|
||
|
msgid ""
|
||
|
"Add the following configuration to your "
|
||
|
"`inventory/host_vars/matrix.example.com/vars.yml` file (adapt to your "
|
||
|
"needs):"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/configuring-playbook-bot-chatgpt.md:52
|
||
|
msgid "You will need to get tokens for ChatGPT."
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/configuring-playbook-bot-chatgpt.md:54
|
||
|
msgid "Installing"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/configuring-playbook-bot-chatgpt.md:56
|
||
|
msgid ""
|
||
|
"After configuring the playbook, run it with [playbook tags](playbook-"
|
||
|
"tags.md) as below:"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/configuring-playbook-bot-chatgpt.md:63
|
||
|
msgid "**Notes**:"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/configuring-playbook-bot-chatgpt.md:65
|
||
|
msgid ""
|
||
|
"The `ensure-matrix-users-created` playbook tag makes the playbook "
|
||
|
"automatically create the bot's user account."
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/configuring-playbook-bot-chatgpt.md:67
|
||
|
msgid ""
|
||
|
"The shortcut commands with the [`just` program](just.md) are also "
|
||
|
"available: `just install-all` or `just setup-all`"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/configuring-playbook-bot-chatgpt.md:69
|
||
|
msgid ""
|
||
|
"`just install-all` is useful for maintaining your setup quickly ([2x-5x "
|
||
|
"faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
|
||
|
"runtime) than `just setup-all`) when its components remain unchanged. If "
|
||
|
"you adjust your `vars.yml` to remove other components, you'd need to run "
|
||
|
"`just setup-all`, or these components will still remain installed."
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/configuring-playbook-bot-chatgpt.md:71
|
||
|
msgid "Usage"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/configuring-playbook-bot-chatgpt.md:73
|
||
|
msgid ""
|
||
|
"To use the bot, invite the `@bot.chatgpt:example.com` to the room you "
|
||
|
"specified in a config, after that start speaking to it, use the prefix if"
|
||
|
" you configured one or mention the bot."
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/configuring-playbook-bot-chatgpt.md:75
|
||
|
msgid ""
|
||
|
"You can also refer to the upstream "
|
||
|
"[documentation](https://github.com/matrixgpt/matrix-chatgpt-bot)."
|
||
|
msgstr ""
|
||
|
|