Skip to content

Commit

Permalink
Add new variables to enable the OpenAI plugin call transcript and com…
Browse files Browse the repository at this point in the history
…pare financial products deployments. These variables are set to false by default.
  • Loading branch information
rliberoff committed May 27, 2024
1 parent e6561d4 commit a24f1ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions infra/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,11 @@ variable "deploy_bing" {
variable "pbi_report_link" {
default = ""
}

variable "enable_openai_plugin_call_transcript" {
default = false
}

variable "enable_openai_plugin_compare_financial_products" {
default = false
}

0 comments on commit a24f1ef

Please sign in to comment.