Skip to content

Commit

Permalink
quality: Code lint
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Sep 7, 2024
1 parent 5186f58 commit b5a7d4b
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 @@ -11,7 +11,7 @@ param llmFastModel string = 'gpt-4o-mini'
param llmFastQuota int = 600
param llmFastVersion string = '2024-07-18'
param llmSlowContext int = 128000
param llmSlowDeploymentType string = 'GlobalStandard' // Pay-as-you-go in all regions
param llmSlowDeploymentType string = 'GlobalStandard' // Pay-as-you-go in all regions
param llmSlowModel string = 'gpt-4o'
param llmSlowQuota int = 300
param llmSlowVersion string = '2024-08-06'
Expand Down

0 comments on commit b5a7d4b

Please sign in to comment.