Skip to content

Commit

Permalink
updating default models
Browse files Browse the repository at this point in the history
  • Loading branch information
mmartial committed Dec 17, 2024
1 parent 57eed2a commit 2fc3c68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions unraid/OpenAI_WebUI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ Extra parameters are available under the advanced settings.
e">/mnt/user/appdata/openai_webui/savedir</Config>
<Config Name="OAIWUI_SAVEDIR" Target="OAIWUI_SAVEDIR" Default="/iti/savedir" Mode="" Description="Required: location where generated files are placed" Type="Variable" Display="advanced" Required="true" Mask="false">/iti/savedir</Config>
<Config Name="OAIWUI_GPT_ONLY" Target="OAIWUI_GPT_ONLY" Default="False" Mode="" Description="If True, only show the GPT UI&#13;&#10;If False, show both the GPT and the DallE UI" Type="Variable" Display="always" Required="true" Mask="false">False</Config>
<Config Name="OAIWUI_GPT_MODELS" Target="OAIWUI_GPT_MODELS" Default="gpt-4,gpt-3.5-turbo" Mode="" Description="Required: comma-separated list of GPT models authorized for the provided API Key" Type="Variable" Display="always" Required="true" Mask="false">gpt-4o,gpt-4-turbo,gpt-4,gpt-3.5-turbo</Config>
<Config Name="OAIWUI_DALLE_MODELS" Target="OAIWUI_DALLE_MODELS" Default="dall-e-3,dall-e-2" Mode="" Description="Required: comma-separated list of DALL-E models authorized for the provided API Key" Type="Variable" Display="always" Required="true" Mask="false">dall-e-3,dall-e-2</Config>
<Config Name="OAIWUI_GPT_MODELS" Target="OAIWUI_GPT_MODELS" Default="gpt-4,gpt-3.5-turbo" Mode="" Description="Required: comma-separated list of GPT models authorized for the provided API Key" Type="Variable" Display="always" Required="true" Mask="false">gpt-4o-mini,gpt-4o,gpt-4-turbo,gpt-4,o1-mini</Config>
<Config Name="OAIWUI_DALLE_MODELS" Target="OAIWUI_DALLE_MODELS" Default="dall-e-3,dall-e-2" Mode="" Description="Required: comma-separated list of DALL-E models authorized for the provided API Key" Type="Variable" Display="always" Required="true" Mask="false">dall-e-3</Config>
<Config Name="OAIWUI_GPT_VISION" Target="OAIWUI_GPT_VISION" Default="True" Mode="" Description="For compatible models, disable their vision capabilities" Type="Variable" Display="always" Required="false" Mask="false">True</Config>
<Config Name="OAIWUI_IGNORE_EMPTY" Target="OAIWUI_IGNORE_EMPTY" Default="" Mode="" Description="Required for Unraid: avoid errors in case some (not all) environment variables are not set" Type="Variable" Display="advanced-hide" Required="true" Mask="false">True</Config>
<Config Name="OAIWUI_USERNAME" Target="OAIWUI_USERNAME" Default="" Mode="" Description="Default username (leave blank to be prompted)" Type="Variable" Display="advanced" Required="false" Mask="false">user2</Config>
<Config Name="OAIWUI_USERNAME" Target="OAIWUI_USERNAME" Default="" Mode="" Description="Default username (leave blank to be prompted)" Type="Variable" Display="advanced" Required="false" Mask="false">unraid_user</Config>
<Config Name="OAIWUI_PROMPT_PRESETS_DIR" Target="OAIWUI_PROMPT_PRESETS_DIR" Default="" Mode="" Description="Directory that contains prompt presets (see GitHub for examples). If a directory is provided, it must contains at least one valid json file" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="OAIWUI_PROMPT_PRESETS_ONLY" Target="OAIWUI_PROMPT_PRESETS_ONLY" Default="" Mode="" Description="Json file that contains valid settings to use for the OAIWUI_PROMPT_PRESETS_DIR presets" Type="Variable" Display="advanced" Required="false" Mask="false"/>
</Container>

0 comments on commit 2fc3c68

Please sign in to comment.