Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add chatgpt-base-v2 #243

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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