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.13.2
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.14.0
Choose a head ref
  • 6 commits
  • 5 files changed
  • 3 contributors

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    d05064b View commit details
    Browse the repository at this point in the history
  2. Bump pyyaml from 6.0 to 6.0.1

    Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0 to 6.0.1.
    - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.1/CHANGES)
    - [Commits](yaml/pyyaml@6.0...6.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: pyyaml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9ae5db9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #50 from gorillamania/dependabot/pip/pyyaml-6.0.1

    Bump pyyaml from 6.0 to 6.0.1
    TechNickAI authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6fa18d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    22999db View commit details
    Browse the repository at this point in the history
  2. Experimental Anthropic/Claude2 support for 100k context (when using o…

    …penrouter.ai)
    
    This commit includes several changes to the `Coder` class in `coder.py` to improve how models are handled.
    
    1. The import statement has been updated to include the `os` module. This allows us to access environment variables.
    2. The method for setting the `tiktoken_model_name` has been updated to handle non-OpenAI models. For these models, the name is set to gpt-4 as a default.
    3. The `get_llm_model_name` method now checks for an environment variable `AICODEBOT_LLM_MODEL`. If this variable is set, its value is used as the model name.
    4. The `get_token_length` method has been updated to strip leading and trailing whitespace from the `short_text` variable.
    5. The `model_options` dictionary in the `get_llm_model_name` method now includes the anthropic/claude-2 model.
    
    These changes should make the `Coder` class more flexible and robust when dealing with different models. 🚀
    TechNickAI committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    0c35577 View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.14.0

    TechNickAI committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d664466 View commit details
    Browse the repository at this point in the history
Loading