Mercurial > repos > bgruening > chatgpt_openai_api
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f256dc85e1a0 |
---|---|
1 ChatGPT | |
2 ======= | |
3 | |
4 Set up user credentials on Galaxy | |
5 --------------------------------- | |
6 | |
7 To enable users to set their credentials for this tool, make sure the | |
8 file ``config/user_preferences_extra.yml`` has the following section: | |
9 | |
10 :: | |
11 | |
12 preferences: | |
13 chatgpt: | |
14 description: Your ChatGPT API settings | |
15 inputs: | |
16 - name: api_key | |
17 label: API Key | |
18 type: password | |
19 required: False |