Skip to content

Commit

Permalink
fix: AZURE_SEARCH_TOP_K and AZURE_OPENAI_SYSTEM_MESSAGE keeps resetin…
Browse files Browse the repository at this point in the history
…g after running azd env set and azd up command (#1146)
  • Loading branch information
Prasanjeet-Microsoft committed Jul 17, 2024
1 parent 773e199 commit 6210255
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/main.bicepparam
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ param azureOpenAIMaxTokens = readEnvironmentVariable('AZURE_OPENAI_MAX_TOKENS',
param azureOpenAITemperature = readEnvironmentVariable('AZURE_OPENAI_TEMPERATURE', '0')
param azureOpenAITopP = readEnvironmentVariable('AZURE_OPENAI_TOP_P', '1')
param azureOpenAIStopSequence = readEnvironmentVariable('AZURE_OPENAI_STOP_SEQUENCE', '\n')
param azureOpenAISystemMessage = readEnvironmentVariable('AZURE_OPENAI_SYSTEM_MESSAGE', 'You are an AI assistant that helps people find information.')
param azureSearchTopK = readEnvironmentVariable('AZURE_SEARCH_TOP_K', '5')

// Computer Vision parameters
param computerVisionLocation = readEnvironmentVariable('AZURE_COMPUTER_VISION_LOCATION', '')
Expand Down

0 comments on commit 6210255

Please sign in to comment.