microsoft/teams.net

Public

mirrored fromhttps://github.com/microsoft/teams.netAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
feature/pabot-httpcontext-botid

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

core/samples/ExtAIBot/appsettings.json

15lines · modecode

1{
2 "Logging": {
3 "LogLevel": {
4 "Default": "Warning",
5 "Microsoft.Teams": "Warning",
6 "ExtAIBot": "Information"
7 }
8 },
9 "AllowedHosts": "*",
10 "AzureOpenAI": {
11 "Endpoint": "",
12 "ApiKey": "",
13 "Deployment": ""
14 }
15}
16