Skip to content

Commit

Permalink
Merge pull request #1295 from usegalaxy-eu/arash77-chatgpt
Browse files Browse the repository at this point in the history
Add ChatGPT API key field to user_preferences_extra_conf.yml
  • Loading branch information
bgruening authored Aug 13, 2024
2 parents 94ddd78 + 21024eb commit 5aa5126
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions files/galaxy/config/user_preferences_extra_conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,3 +301,11 @@ preferences:
label: API Read Access Token
type: password
required: False

chatgpt:
description: Your OpenAI API key. This will be used for example for ChatGPT.
inputs:
- name: api_key
label: API Key
type: password
required: False

0 comments on commit 5aa5126

Please sign in to comment.