terraform-azurerm-openai-private-chatgpt
terraform-azurerm-openai-private-chatgpt copied to clipboard
Terraform module to deploy a private ChatBot/ChatGPT-like solution (LibreChat) hosted on Azure OpenAI
Updates the requirements on [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) to permit the latest version. Release notes Sourced from hashicorp/azurerm's releases. v3.102.0 FEATURES: New Resource: azurerm_storage_sync_server_endpoint (#25831) New Resource: azurerm_storage_container_immutability_policy (#25804) ENHANCEMENTS: azurerm_load_test - add...
Updates the requirements on [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) to permit the latest version. Release notes Sourced from hashicorp/azurerm's releases. v3.104.2 NOTE: This is a re-release of v3.104.1 to include missing changes, please refer...
Is it possible to allow azure assistants endpoint? If so, what input variables have to be set apart from the endpoints one?
Updates the requirements on [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) to permit the latest version. Release notes Sourced from hashicorp/azurerm's releases. v3.114.0 UPGRADE NOTES: 4.0 Beta: This release includes a new feature-flag to opt-into the...
Hi Marcel, Thanks so much for sharing this repo. I was wondering if you are planning to add RAG API support to allow chatting with files? I guess the templates...
I am encountering an issue with the deployment of my Azure App Service using the provided Terraform script. During the deployment, the application fails to start, and the logs indicate...
I copied the example and tried to deploy it. Error: Invalid value for input variable │ │ on main.tf line 62, in module "private-chatgpt-openai": │ 62: oai_model_deployment = var.oai_model_deployment │...
Bumps [terraform-docs/gh-actions](https://github.com/terraform-docs/gh-actions) from 1.2.2 to 1.3.0. Release notes Sourced from terraform-docs/gh-actions's releases. v1.3.0 What’s Changed chore: revert the action name back for now (#144) @khos2ow Add section about creating a...