Skip to content

Commit

Permalink
fix: Bicep deploys in main not develop
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Jan 22, 2024
1 parent d47649c commit a40aa63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bicep/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ param adaVersion string = '2'
param config string
param gptModel string = 'gpt-4'
param gptVersion string = '1106-Preview'
param imageVersion string = 'develop'
param imageVersion string = 'main'
param instance string = deployment().name
param location string = 'westeurope'
param openaiLocation string = 'swedencentral'
Expand Down

0 comments on commit a40aa63

Please sign in to comment.