Skip to content

Commit

Permalink
Merge branch 'vNext-Dev' into geearl/-delete-in-gov-failing
Browse files Browse the repository at this point in the history
  • Loading branch information
georearl committed Apr 24, 2024
2 parents a06b418 + 46b5f73 commit 212ee88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/frontend/src/components/Example/ExampleList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export type ExampleModel = {
};

const EXAMPLES: ExampleModel[] = [
{ text: "How is strengthening student data privacy accomplished?", value: "How is strengthening student data privacy accomplished?" },
{ text: "What is the most recent object to land on Mars?", value: "What is the most recent object to land on Mars?" },
{ text: "What are Microsoft's primary sources of revenue?", value: "What are Microsoft's primary sources of revenue?" },
{ text: "What are some flavors of Breyers?", value: "What are some flavors of Breyers?" }
];
Expand Down
2 changes: 1 addition & 1 deletion infra/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ output "CHAT_WARNING_BANNER_TEXT" {
}

output "AZURE_OPENAI_ENDPOINT" {
value = var.useExistingAOAIService ? "https://${var.azureOpenAIServiceName}.openai.azure.com/" : module.openaiServices.endpoint
value = var.useExistingAOAIService ? "https://${var.azureOpenAIServiceName}.${var.azure_openai_domain}/" : module.openaiServices.endpoint
}

output "AZURE_ENVIRONMENT" {
Expand Down

0 comments on commit 212ee88

Please sign in to comment.