Skip to content

Commit c142fde

Browse files
committed
assistant: Add install documentation about setting the OpenAPI key
1 parent e0ba917 commit c142fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assistant/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"disabled": false,
55
"end_user_data_statement": "This cog stores prompts and OpenAI API keys on a per server basis. If enabled, conversations with the bot are also persistently stored",
66
"hidden": false,
7-
"install_msg": "Thank you for installing Assistant! type `[p]assistant` to see all commands. and `[p]chathelp` for tips on how to interact.\nYou will need an api key **Per Server** for this cog. https://platform.openai.com/account/api-keys\n\n**Warning**\nIt is not recommended to run this cog on a public bot or on a server with limited resources!.\n\n**Note**\nThis cog allows other 3rd party cogs to register functions with it, extending functionality. Be aware of what functions other cogs are registering with `[p]customfunc`\n\nDOCUMENTATION: https://github.com/vertyco/vrt-cogs/blob/main/assistant/README.md",
7+
"install_msg": "Thank you for installing Assistant! type `[p]assistant` to see all commands. and `[p]chathelp` for tips on how to interact.\nYou will need an [OpenAI API key](https://platform.openai.com/account/api-keys) **per server** via `[p]assistant openaikey`.\n\n**Warning**\nIt is not recommended to run this cog on a public bot or on a server with limited resources!\n\n**Note**\nThis cog allows other 3rd party cogs to register functions with it, extending functionality. Be aware of what functions other cogs are registering with `[p]customfunc`\n\nDOCUMENTATION: https://github.com/vertyco/vrt-cogs/blob/main/assistant/README.md",
88
"min_bot_version": "3.5.0",
99
"min_python_version": [3, 10, 0],
1010
"permissions": ["read_messages", "send_messages", "embed_links", "attach_files"],

0 commit comments

Comments
 (0)