From 0764026a826ad6171b8fcb033af1c397e7ddc72f Mon Sep 17 00:00:00 2001 From: Pwd9000-ML Date: Wed, 24 Jan 2024 12:25:52 +0000 Subject: [PATCH] update --- README.md | 16 +++++++++++++++- .../README.md | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f61daae..f87fbf6 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,21 @@ coming soon... - [Public Deployment with Custom Domain and IP Whitelisting](https://github.com/Pwd9000-ML/terraform-azurerm-openai-private-chatgpt/tree/master/examples/public_deployment_with_custom_domain) -Enjoy! +## Contributing + +Contributions are welcome. Please submit a pull request if you have any improvements or fixes. Make sure to follow the existing code style and add comments to your code explaining what it does. + +## License + +This terraform module is licensed under the MIT License. See the LICENSE file for more details. + +## Support + +If you encounter any issues or have any questions about this terraform module, please open an issue on GitHub. We'll do our best to respond as quickly as possible. + +## Acknowledgements + +This terraform module was developed by **Marcel Lupo** as part of a project to explore the capabilities of Azure OpenAI models. We'd like to thank the OpenAI and Microsoft team for their incredible work and ongoing support of the AI community. ## Requirements diff --git a/examples/public_deployment_with_custom_domain/README.md b/examples/public_deployment_with_custom_domain/README.md index de3a2a4..64e5600 100644 --- a/examples/public_deployment_with_custom_domain/README.md +++ b/examples/public_deployment_with_custom_domain/README.md @@ -1,4 +1,4 @@ -# Example - Public Deployment with Custom Domain and IP Whitelisting +# Public Deployment with Custom Domain and IP Whitelisting This example contains a Terraform script for provisioning a set of Azure resources for a chat application powered by Azure OpenAI models. The script is designed to be modular and configurable, allowing you to customise the resources and settings to fit your specific needs.