Skip to content

Conversation

@grapeot
Copy link
Owner

@grapeot grapeot commented Jan 8, 2025

Changes made: 1. Updated virtual environment setup: - Changed venv name to venv - Updated .gitignore to include venv and environment files - Removed py310 from .gitignore 2. Improved LLM functionality: - Switched default OpenAI model to GPT-4o - Added comprehensive unit tests for environment loading and LLM operations. All tests are passing and the environment setup is now more standardized.

@grapeot grapeot merged commit 77dcef9 into master Jan 8, 2025
1 check passed
@grapeot grapeot deleted the feature/env-and-tests branch January 8, 2025 17:45
Copy link
Contributor

Choose a reason for hiding this comment

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

I would kindly suggest not including .env.example in the .gitignore file.

The .env.example file serves as a helpful reference for environment variables, allowing developers to understand the required configuration for the project. Since it doesn’t contain sensitive information, it is safe to keep it in the repository. Adding it to .gitignore may limit its usefulness as a guide for the team.

For better collaboration and clarity, it’s recommended to keep .env.example in the repository.

Copy link
Owner Author

Choose a reason for hiding this comment

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

Ah my bad! I meant to add .env only but let .env.example slipped in. Sorry! I will revert it.

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.

3 participants