Skip to content

Commit

Permalink
Add Azure API key to chat template
Browse files Browse the repository at this point in the history
  • Loading branch information
bmquinn committed Dec 6, 2024
1 parent 1e614e3 commit 9e9e17e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chat/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Parameters:
ApiTokenSecret:
Type: String
Description: Secret Key for Encrypting JWTs (must match IIIF server)
AzureOpenaiApiKey:
Type: String
Description: OpenAI API Key
EnvironmentPrefix:
Type: String
Description: Prefix for Index names
Expand Down Expand Up @@ -202,6 +205,7 @@ Resources:
Environment:
Variables:
API_TOKEN_SECRET: !Ref ApiTokenSecret
AZURE_OPENAI_API_KEY: !Ref AzureOpenaiApiKey
ENV_PREFIX: !Ref EnvironmentPrefix
HONEYBADGER_API_KEY: !Ref HoneybadgerApiKey
HONEYBADGER_ENVIRONMENT: !Ref HoneybadgerEnv
Expand Down

0 comments on commit 9e9e17e

Please sign in to comment.