GPT-4 general availability

main
cogentapps 2023-07-06 20:20:22 +00:00
parent 10eb251bdb
commit 23c0169c63
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ export const parameterOptions: OptionGroup = {
renderProps: (value, options, context) => ({ renderProps: (value, options, context) => ({
type: "select", type: "select",
label: "Model", 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>", 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>",
}, },
@ -37,7 +37,7 @@ export const parameterOptions: OptionGroup = {
value: "gpt-3.5-turbo-16k", value: "gpt-3.5-turbo-16k",
}, },
{ {
label: "GPT 4 (requires invite)", label: "GPT 4",
value: "gpt-4", value: "gpt-4",
}, },
{ {