Skip to content

Commit c8959a4

Browse files
authored
Merge pull request #98 from Fr4nc3/main
Semantic Kernel Implementation
2 parents c221d1c + d729dae commit c8959a4

36 files changed

+10451
-2
lines changed

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[pytest]
2+
addopts = -p pytest_asyncio

src/backend/.env.sample

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ AZURE_OPENAI_ENDPOINT=
66
AZURE_OPENAI_MODEL_NAME=gpt-4o
77
AZURE_OPENAI_DEPLOYMENT_NAME=gpt-4o
88
AZURE_OPENAI_API_VERSION=2024-08-01-preview
9+
10+
APPLICATIONINSIGHTS_INSTRUMENTATION_KEY=
11+
AZURE_AI_PROJECT_ENDPOINT=
12+
AZURE_AI_SUBSCRIPTION_ID=
13+
AZURE_AI_RESOURCE_GROUP=
14+
AZURE_AI_PROJECT_NAME=
915
APPLICATIONINSIGHTS_CONNECTION_STRING=
1016

17+
1118
BACKEND_API_URL='http://localhost:8000'
1219
FRONTEND_SITE_NAME='http://127.0.0.1:3000'

0 commit comments

Comments
 (0)