Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default/Example terraform variables are not included #15

Open
illgitthat opened this issue Mar 18, 2024 · 2 comments
Open

Default/Example terraform variables are not included #15

illgitthat opened this issue Mar 18, 2024 · 2 comments

Comments

@illgitthat
Copy link

The readme mentions editing a terraform.tfvars file, but that file is excluded by the .gitignore

[Optional] Configure Deployment:

Edit terraform.tfvars to customize your deployment.
You can for example set the MONGO_URI which is the connection string to your MongoDB. A fast and simple solution for that is a free cloud instance, like setting up an Atlas Instance. By default a CosmosDB instance is set up automatically.

Suggested fix is to remove *.tfvars from the gitignore and push up your .tfvars file to give an example deployment.

@PedroGruvhagen
Copy link

Same issue here, great solution, is it possible?

@illgitthat
Copy link
Author

@PedroGruvhagen You can also try out this repo as well in case it helps. https://github.com/Pwd9000-ML/terraform-azurerm-openai-private-chatgpt

I ended up using this for the Azure deployment instead. It may be worth taking a look at updating the LibreChat repo to point there instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants