Skip to content

Commit

Permalink
add chatgpt-base-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
daveRendon committed Oct 4, 2024
1 parent 4f07595 commit 942e022
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions application-workloads/chatgpt-base-v2/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ targetScope = 'subscription'
param name string

@minLength(1)
@description('Primary location for all resources')
@description('Primary location for all resources')
param location string

param modelName string = 'gpt-35-turbo'
Expand All @@ -21,7 +21,7 @@ param acaExists bool = false

param openAiResourceName string = ''
param openAiResourceGroupName string = ''
param openAiResourceGroupLocation string = ''
param openAiResourceGroupLocation string = ''
param openAiSkuName string = ''
param openAiDeploymentCapacity int = 30

Expand Down
2 changes: 1 addition & 1 deletion application-workloads/chatgpt-base-v2/readme.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Deploy a Chat App with OpenAI and Bicep Language v2.0

This will deploy the application directly to Azure Container Apps
This will deploy the application directly to Azure Container Apps.

👉 https://blog.azinsider.net/f42823f4d44d?source=friends_link&sk=90e5b0b1bd25c012f53113cdde70fa0a

0 comments on commit 942e022

Please sign in to comment.