Skip to content

Commit

Permalink
Make config-rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Nov 19, 2024
1 parent 0134a4e commit e858bf0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
13 changes: 13 additions & 0 deletions doc/source/admin/galaxy_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5377,6 +5377,16 @@
:Type: str


~~~~~~~~~~~~~~~~
``openai_model``
~~~~~~~~~~~~~~~~

:Description:
OpenAI model to enable the wizard.
:Default: ``gpt-4o``
:Type: str


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
``enable_tool_recommendations``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -5670,3 +5680,6 @@
to the user. Currently only affects s3fs file sources.
:Default: ``60``
:Type: int



16 changes: 10 additions & 6 deletions lib/galaxy/config/sample/galaxy.yml.sample
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Galaxy is configured by default to be usable in a single-user development
# environment. To tune the application for a multi-user production
# environment, see the documentation at:
#
#
# https://docs.galaxyproject.org/en/master/admin/production.html
#
#
# Throughout this sample configuration file, except where stated otherwise,
# uncommented values override the default if left unset, whereas commented
# values are set to the default value. Relative paths are relative to the root
# Galaxy directory.
#
#
# Examples of many of these options are explained in more detail in the Galaxy
# Community Hub.
#
#
# https://galaxyproject.org/admin/config
#
#
# Config hackers are encouraged to check there before asking for help.
#
#
# Configuration for Gravity process manager.
# ``uwsgi:`` section will be ignored if Galaxy is started via Gravity commands (e.g ``./run.sh``, ``galaxy`` or ``galaxyctl``).
gravity:
Expand Down Expand Up @@ -2886,6 +2886,9 @@ galaxy:
# more?)
#openai_api_key: null

# OpenAI model to enable the wizard.
#openai_model: gpt-4o

# Allow the display of tool recommendations in workflow editor and
# after tool execution. If it is enabled and set to true, please
# enable 'tool_recommendation_model_path' as well
Expand Down Expand Up @@ -3011,3 +3014,4 @@ galaxy:
# but outdated contents might be displayed to the user. Currently only
# affects s3fs file sources.
#file_source_listings_expiry_time: 60

1 change: 1 addition & 0 deletions lib/galaxy/config/sample/tool_shed.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -429,3 +429,4 @@ tool_shed:
# The value of this option will be resolved with respect to
# <config_dir>.
#datatypes_config_file: datatypes_conf.xml

0 comments on commit e858bf0

Please sign in to comment.