thunderbug1 / LibreChatAzureDeployment

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

Update environment variables for the latest Librechat version #12

Closed derbuihan closed 6 months ago

derbuihan commented 6 months ago

Summary

To conform to the updated setup instructions for Librechat's Azure OpenAI setup process, I've updated the Terraform configuration in this repository in order to ensure its compatibility with the latest version of Librechat.

Changes Made

  1. db.tf, openai.tf, outputs.tf and variables.tf:

    • Executed terraform fmt.
    • The preview models have been commented out.
  2. webapps.tf:

    • The environment variables have been updated to reflect the latest version of Librechat based on the .env.example. Please refer to this guide for more information.

Testing and Verification

Reference

I utilized the instructions specified in the code section found here for reference.

thunderbug1 commented 6 months ago

looks good to me, thanks!