Skip to content

Commit

Permalink
Add ChatGPT apikey field to user_preferences_extra_conf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arash77 authored Aug 13, 2024
1 parent 94ddd78 commit 727e69d
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 ChatGPT API settings
inputs:
- name: api_key
label: API Key
type: password
required: False

0 comments on commit 727e69d

Please sign in to comment.