thunderbug1 / LibreChatAzureDeployment

A Terraform setup to deploy LibreChat to Azure and setup all the necessary services.
MIT License
35 stars 26 forks source link

Modify Terraform environment variable configuration for Azure OpenAI in Librechat #11

Closed derbuihan closed 9 months ago

derbuihan commented 9 months ago

Summary

In response to the updated setup instructions for Librechat's Azure OpenAI setup process, I have made the following changes to the Terraform configuration.

Changes Made

  1. Updated variables.tf:

    • Changed the region to "Australia East" to use the preview models.
    • Modified the configuration to deploy all Azure OpenAI models.
  2. Updated webapps.tf:

Testing and Verification

Reference

For reference, please check the specified section of the code here.