Skip to content

Commit

Permalink
Describe openAIApiKey in more detail. Fixes Azure-Samples#318
Browse files Browse the repository at this point in the history
Improve the experience when running `azd up` by providing more context on how to use the openAIApiKey parameter.
  • Loading branch information
EdwinOtten authored Jul 26, 2024
1 parent 529b4a2 commit a37624f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ param webImageName string = ''
@description('Use Azure OpenAI service')
param useAOAI bool

@description('OpenAI API Key')
@description('OpenAI API Key, leave empty to provising new Azure OpenAI instance')
param openAIApiKey string

@description('OpenAI Model')
Expand Down

0 comments on commit a37624f

Please sign in to comment.