bump dependencies and add Qsan1's documentation#118
Merged
Conversation
This reverts commit d0e217c.
Updated README.md
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request bumps certain dependencies and updates documentation to reflect contributions from Qsan1 while also fixing a couple of minor issues.
- Fix syntax errors in exception messages in the OpenAI LLM module
- Correct a typo in the RAG usecase README and update contributor information in the main README
- Update the jinja2 dependency version in pyproject.toml
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/hackingBuddyGPT/utils/openai/openai_llm.py | Fixed missing closing parentheses in exception messages |
| src/hackingBuddyGPT/usecases/rag/README.md | Corrected typo in header ("Depdendencies" to "Dependencies") and updated text content |
| pyproject.toml | Bumped jinja2 version from 3.1.4 to 3.1.6 |
| README.md | Added a new news entry and updated the contributors table |
Comments suppressed due to low confidence (1)
README.md:74
- There appear to be duplicate screenshot image URLs in the 'extended linux-privesc' table entry. Please verify if both images are required or if one should be removed.
| [extended linux-privesc](https://docs.hackingbuddy.ai/docs/usecases/extended-linux-privesc) | This usecases extends linux-privesc with additional features such as retrieval augmented generation (RAG) or chain-of-thought (CoT) |   |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.