Skip to content

Commit

Permalink
add graemefoster/template/openai-azure-enterprise-chatbot template
Browse files Browse the repository at this point in the history
add `graemefoster/template/openai-azure-enterprise-chatbot` template
  • Loading branch information
hemarina authored Aug 23, 2023
2 parents 6fd3650 + 565e04a commit 2a793dc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
6 changes: 6 additions & 0 deletions website/src/data/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export type TagType =
| 'php'
| 'agw'
| 'streamlit'
| 'azurebot'
;


Expand Down Expand Up @@ -448,6 +449,11 @@ export const Tags: {[type in TagType]: Tag} = {
description: 'Template architecture uses Azure Application Gateway',
color: 'hotpink',
},
azurebot: {
label: 'Azure AI Bot Service',
description: 'Template architecture uses Azure AI Bot Service',
color: 'hotpink',
},

// For Topics
datascience:{
Expand Down
18 changes: 17 additions & 1 deletion website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1071,5 +1071,21 @@
"aca",
"bicep"
]
},
{
"title": "Azure OpenAI with Azure Bot and Custom API calling, Behind a Firewall",
"description": "A Teams Chatbot running behind a Firewall that leverages OpenAI to call private APIs.",
"preview": "./templates/images/locked-down-bot-openai.png",
"website": "https://github.com/graemefoster",
"author": "Graeme Foster",
"source": "https://github.com/graemefoster/LockedDownChatBot",
"tags": [
"openai",
"ai",
"dotnetCsharp",
"appservice",
"azurebot",
"agw"
]
}
]
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2a793dc

Please sign in to comment.