-
Notifications
You must be signed in to change notification settings - Fork 16
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: TechNickAI/AICodeBot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 5 files changed
- 3 contributors
Commits on Jul 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d05064b - Browse repository at this point
Copy the full SHA d05064bView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 9ae5db9 - Browse repository at this point
Copy the full SHA 9ae5db9View commit details -
Merge pull request #50 from gorillamania/dependabot/pip/pyyaml-6.0.1
Bump pyyaml from 6.0 to 6.0.1
Configuration menu - View commit details
-
Copy full SHA for 6fa18d0 - Browse repository at this point
Copy the full SHA 6fa18d0View commit details
Commits on Jul 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 22999db - Browse repository at this point
Copy the full SHA 22999dbView commit details -
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. 🚀
Configuration menu - View commit details
-
Copy full SHA for 0c35577 - Browse repository at this point
Copy the full SHA 0c35577View commit details -
Configuration menu - View commit details
-
Copy full SHA for d664466 - Browse repository at this point
Copy the full SHA d664466View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.13.2...v0.14.0