Skip to content

Commit

Permalink
fix: api not working (fixes #74) (#77)
Browse files Browse the repository at this point in the history
* fix: update dependencies, fix api not working (fixes #74)

* fix: missing env var in function app
  • Loading branch information
sinedied authored May 23, 2024
1 parent 0304c3c commit 7239a5c
Show file tree
Hide file tree
Showing 3 changed files with 789 additions and 786 deletions.
1 change: 1 addition & 0 deletions infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ module api './core/host/functions.bicep' = {
managedIdentity: true
appSettings: {
AZURE_OPENAI_API_INSTANCE_NAME: openAi.outputs.name
AZURE_OPENAI_API_ENDPOINT: finalOpenAiUrl
AZURE_OPENAI_API_VERSION: openAiApiVersion
AZURE_OPENAI_API_DEPLOYMENT_NAME: chatDeploymentName
AZURE_OPENAI_API_EMBEDDINGS_DEPLOYMENT_NAME: embeddingsDeploymentName
Expand Down
Loading

0 comments on commit 7239a5c

Please sign in to comment.