Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

159 lines
5.1 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2024, Slavi Pantaleev, Aine Etke, MDAD community
  3. # members
  4. # This file is distributed under the same license as the
  5. # matrix-docker-ansible-deploy package.
  6. # FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
  7. #
  8. #, fuzzy
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2024-12-16 12:05+0900\n"
  14. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  15. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  16. "Language: jp\n"
  17. "Language-Team: jp <LL@li.org>\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=utf-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Generated-By: Babel 2.16.0\n"
  22. #: ../../../docs/configuring-playbook-bot-chatgpt.md:1
  23. msgid "Setting up matrix-bot-chatgpt (optional, unmaintained)"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-bot-chatgpt.md:3
  26. msgid ""
  27. "**Note**: [matrix-chatgpt-bot](https://github.com/matrixgpt/matrix-"
  28. "chatgpt-bot) is now an archived (**unmaintained**) project. Talking to "
  29. "ChatGPT (and many other LLM providers) can happen via the much more "
  30. "featureful [baibot](https://github.com/etkecc/baibot), which can be "
  31. "installed using [this playbook](configuring-playbook-bot-baibot.md). "
  32. "Consider using that bot instead of this one."
  33. msgstr ""
  34. #: ../../../docs/configuring-playbook-bot-chatgpt.md:5
  35. msgid ""
  36. "The playbook can install and configure [matrix-chatgpt-"
  37. "bot](https://github.com/matrixgpt/matrix-chatgpt-bot) for you."
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-bot-chatgpt.md:7
  40. msgid ""
  41. "Talk to [ChatGPT](https://openai.com/blog/chatgpt/) via your favourite "
  42. "Matrix client!"
  43. msgstr ""
  44. #: ../../../docs/configuring-playbook-bot-chatgpt.md:9
  45. msgid "Register the bot account"
  46. msgstr ""
  47. #: ../../../docs/configuring-playbook-bot-chatgpt.md:11
  48. msgid ""
  49. "The playbook does not automatically create users for you. The bot "
  50. "requires an access token to be able to connect to your homeserver."
  51. msgstr ""
  52. #: ../../../docs/configuring-playbook-bot-chatgpt.md:13
  53. msgid "You **need to register the bot user manually** before setting up the bot."
  54. msgstr ""
  55. #: ../../../docs/configuring-playbook-bot-chatgpt.md:15
  56. msgid ""
  57. "Choose a strong password for the bot. You can generate a good password "
  58. "with a command like this: `pwgen -s 64 1`."
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-bot-chatgpt.md:17
  61. msgid "You can use the playbook to [register a new user](registering-users.md):"
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-bot-chatgpt.md:23
  64. msgid "Get an access token and create encryption keys"
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-bot-chatgpt.md:25
  67. msgid ""
  68. "Refer to the documentation on [how to obtain an access token](obtaining-"
  69. "access-tokens.md)."
  70. msgstr ""
  71. #: ../../../docs/configuring-playbook-bot-chatgpt.md:27
  72. msgid ""
  73. "To make sure the bot can read encrypted messages, it will need an "
  74. "encryption key, just like any other new user. While obtaining the access "
  75. "token, follow the prompts to setup a backup key. More information can be "
  76. "found in the [Element "
  77. "documentation](https://element.io/help#encryption6)."
  78. msgstr ""
  79. #: ../../../docs/configuring-playbook-bot-chatgpt.md:29
  80. msgid "Adjusting the playbook configuration"
  81. msgstr ""
  82. #: ../../../docs/configuring-playbook-bot-chatgpt.md:31
  83. msgid ""
  84. "Add the following configuration to your "
  85. "`inventory/host_vars/matrix.example.com/vars.yml` file (adapt to your "
  86. "needs):"
  87. msgstr ""
  88. #: ../../../docs/configuring-playbook-bot-chatgpt.md:52
  89. msgid "You will need to get tokens for ChatGPT."
  90. msgstr ""
  91. #: ../../../docs/configuring-playbook-bot-chatgpt.md:54
  92. msgid "Installing"
  93. msgstr ""
  94. #: ../../../docs/configuring-playbook-bot-chatgpt.md:56
  95. msgid ""
  96. "After configuring the playbook, run it with [playbook tags](playbook-"
  97. "tags.md) as below:"
  98. msgstr ""
  99. #: ../../../docs/configuring-playbook-bot-chatgpt.md:63
  100. msgid "**Notes**:"
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-bot-chatgpt.md:65
  103. msgid ""
  104. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  105. "automatically create the bot's user account."
  106. msgstr ""
  107. #: ../../../docs/configuring-playbook-bot-chatgpt.md:67
  108. msgid ""
  109. "The shortcut commands with the [`just` program](just.md) are also "
  110. "available: `just install-all` or `just setup-all`"
  111. msgstr ""
  112. #: ../../../docs/configuring-playbook-bot-chatgpt.md:69
  113. msgid ""
  114. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  115. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  116. "runtime) than `just setup-all`) when its components remain unchanged. If "
  117. "you adjust your `vars.yml` to remove other components, you'd need to run "
  118. "`just setup-all`, or these components will still remain installed."
  119. msgstr ""
  120. #: ../../../docs/configuring-playbook-bot-chatgpt.md:71
  121. msgid "Usage"
  122. msgstr ""
  123. #: ../../../docs/configuring-playbook-bot-chatgpt.md:73
  124. msgid ""
  125. "To use the bot, invite the `@bot.chatgpt:example.com` to the room you "
  126. "specified in a config, after that start speaking to it, use the prefix if"
  127. " you configured one or mention the bot."
  128. msgstr ""
  129. #: ../../../docs/configuring-playbook-bot-chatgpt.md:75
  130. msgid ""
  131. "You can also refer to the upstream "
  132. "[documentation](https://github.com/matrixgpt/matrix-chatgpt-bot)."
  133. msgstr ""