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.
 
 
 

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