Skip to content

Commit

Permalink
GPT-4 general availability
Browse files Browse the repository at this point in the history
  • Loading branch information
cogentapps committed Jul 6, 2023
1 parent 10eb251 commit 23c0169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/global-options/parameters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const parameterOptions: OptionGroup = {
renderProps: (value, options, context) => ({
type: "select",
label: "Model",
description: value?.includes('gpt-4') && context.intl.formatMessage(
description: value?.includes('32') && context.intl.formatMessage(
{
defaultMessage: "Note: This model will only work if your OpenAI account has been granted you have been given access to it. <a>Request access here.</a>",
},
Expand All @@ -37,7 +37,7 @@ export const parameterOptions: OptionGroup = {
value: "gpt-3.5-turbo-16k",
},
{
label: "GPT 4 (requires invite)",
label: "GPT 4",
value: "gpt-4",
},
{
Expand Down

0 comments on commit 23c0169

Please sign in to comment.