Skip to content

Commit

Permalink
Require deployment name argument in the Azure OpenAI deployment model…
Browse files Browse the repository at this point in the history
… config
  • Loading branch information
ValentaTomas committed May 21, 2023
1 parent a0e0efc commit 7f93461
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions state/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -538,14 +538,14 @@ export const providerTemplates: {
{
name: 'Hosted model',
args: {
model_name: {
label: 'Model name',
deployment_name: {
label: 'Deployment name',
type: 'string',
value: 'gpt-3.5-turbo',
placeholder: 'gpt-3.5-turbo',
editable: true,
},
deployment_name: {
label: 'Deployment name',
model_name: {
label: 'Model name',
type: 'string',
value: 'gpt-3.5-turbo',
editable: true,
Expand Down

0 comments on commit 7f93461

Please sign in to comment.