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

Update Python code formatting, configuration loading, and local model additions #942

Merged
merged 7 commits into from
Jun 4, 2024
Merged

Update Python code formatting, configuration loading, and local model additions #942

merged 7 commits into from
Jun 4, 2024

Commits on Jun 3, 2024

  1. Update Python code formatting, configuration loading, and local model…

    … additions
    
    1. Code Formatting:
       - Standardized Python code formatting across multiple files to align with PEP 8 guidelines. This includes adjustments to whitespace, line breaks, and inline comments.
    
    2. Configuration Loader Enhancements:
       - Enhanced the `get_settings` function in `config_loader.py` to provide more robust handling of settings retrieval. Added detailed documentation to improve code maintainability and clarity.
    
    3. Model Addition in __init__.py:
       - Added a new model "ollama/llama3" with a token limit to the MAX_TOKENS dictionary in `__init__.py` to support new AI capabilities and configurations.
    barnett-yuxiang committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    b4f0ad9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3a7041 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    b1444eb View commit details
    Browse the repository at this point in the history
  2. Update __init__.py

    barnett-yuxiang committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    86d901d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b980168 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c53c6ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fac8a80 View commit details
    Browse the repository at this point in the history