link to model names
parent
1d74cafe2d
commit
73e67035b9
|
@ -58,7 +58,7 @@ export default function GenerationOptionsTab(props: any) {
|
||||||
maxRows={1}
|
maxRows={1}
|
||||||
autosize />
|
autosize />
|
||||||
<p style={{ marginBottom: '0.7rem' }}>
|
<p style={{ marginBottom: '0.7rem' }}>
|
||||||
<FormattedMessage defaultMessage="The model name. Known names are: gpt-3.5, gpt-3.5-turbo and gpt-4.0"
|
<FormattedMessage defaultMessage="The model name. You can find model names here: https://platform.openai.com/docs/models/overview"
|
||||||
values={{ code: chunk => <code style={{ whiteSpace: 'nowrap' }}>{chunk}</code> }} />
|
values={{ code: chunk => <code style={{ whiteSpace: 'nowrap' }}>{chunk}</code> }} />
|
||||||
</p>
|
</p>
|
||||||
{resettableModel && <Button size="xs" compact variant="light" onClick={onResetModel}>
|
{resettableModel && <Button size="xs" compact variant="light" onClick={onResetModel}>
|
||||||
|
|
Loading…
Reference in New Issue