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

Fix for exceptions on install if .env files are missing #135

Closed

Conversation

evosite-ltd
Copy link
Contributor

It's common to use env.{environment-name} and when that's the case, the installer throws exceptions which this resolves.

Fixes #120

It's common to use env.{environment-name} and when that's the case, the installer throws exceptions which this resolves.

Fixes openai-php#120
Copy link
Collaborator

@iBotPeaches iBotPeaches left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you feel we should just swallow this error? The install command then looks to work, but didn't touch either file.

What about a little warning emitted saying "File not found" for those respective ones so those with a non-standard setup could see it and adapt?

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

Successfully merging this pull request may close these issues.

Updating env files on openai:install
2 participants