Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TechNickAI/AICodeBot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.25.0
Choose a base ref
...
head repository: TechNickAI/AICodeBot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.25.1
Choose a head ref
  • 6 commits
  • 4 files changed
  • 3 contributors

Commits on Aug 28, 2024

  1. Bump github/super-linter from 5 to 6

    Bumps [github/super-linter](https://github.com/github/super-linter) from 5 to 6.
    - [Release notes](https://github.com/github/super-linter/releases)
    - [Changelog](https://github.com/github/super-linter/blob/main/CHANGELOG.md)
    - [Commits](github/super-linter@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: github/super-linter
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e5ef5d5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #163 from TechNickAI/dependabot/github_actions/git…

    …hub/super-linter-6
    
    Bump github/super-linter from 5 to 6
    TechNickAI authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    79d0080 View commit details
    Browse the repository at this point in the history
  3. ✨ Enhance model name handling in RichLiveCallbackHandler

    Add fallback message when model_name is not available, improving robustness and user feedback. This change ensures a consistent and informative output regardless of the model information provided.
    TechNickAI committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    cdebb19 View commit details
    Browse the repository at this point in the history
  4. ✨ Enhance model name handling in RichLiveCallbackHandler

    Add fallback message when model_name is not available, improving robustness and user feedback. This change ensures a consistent and
    informative output regardless of the model information provided.
    TechNickAI committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9620d75 View commit details
    Browse the repository at this point in the history
  5. 🧹 Simplify test_lm.py by removing unused tests

    Remove parametrized test for model factory and related imports, keeping only essential token size tests. This streamlines the test suite and reduces maintenance overhead.
    TechNickAI committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    edf2653 View commit details
    Browse the repository at this point in the history
  6. Bump version to 0.25.1

    TechNickAI committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    0bfd4b6 View commit details
    Browse the repository at this point in the history
Loading