Mercurial > repos > bgruening > chatgpt_openai_api
diff README.rst @ 0:f256dc85e1a0 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/chatgpt commit 840e66e7f23cf775ebd3083c6e07d1819b17f74c
author | bgruening |
---|---|
date | Tue, 13 Aug 2024 14:25:19 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.rst Tue Aug 13 14:25:19 2024 +0000 @@ -0,0 +1,19 @@ +ChatGPT +======= + +Set up user credentials on Galaxy +--------------------------------- + +To enable users to set their credentials for this tool, make sure the +file ``config/user_preferences_extra.yml`` has the following section: + +:: + + preferences: + chatgpt: + description: Your ChatGPT API settings + inputs: + - name: api_key + label: API Key + type: password + required: False