-
Notifications
You must be signed in to change notification settings - Fork 62
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
Fix/proper cli args handling #35
Merged
insulineru
merged 11 commits into
insulineru:main
from
mbenapari:fix/properCliArgsHandling
Dec 2, 2024
Merged
Fix/proper cli args handling #35
insulineru
merged 11 commits into
insulineru:main
from
mbenapari:fix/properCliArgsHandling
Dec 2, 2024
Conversation
This file contains 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
Contributor
mbenapari
commented
Sep 20, 2024
- Unified Prompt Handling for Ollama and GPT: Updated the commit message prompt for Ollama to align with the GPT model, ensuring consistency across both platforms.
- Enhanced CLI Flag Handling: Improved how CLI flags are processed to provide a smoother user experience.
- Provider Specification for OpenAI: Users can now specify the OpenAI provider by passing the --PROVIDER=openai flag.
- Flexible Model Selection for Ollama: When using Ollama, users should specify the model by passing --PROVIDER=ollama --MODEL=llama3.1 (or another desired model).
…date ollama.js to prompt similar to chatgpt prompt.
…when refining the commit message for a subsequent commit.
…ges by removing references to the conventional commits specification and clarifying the use of present tense in the prompts.
…be specified where necessary.
…sage: When prompted to provide a final commit message, the function now simply returns the initial response from Ollama.
@HamduSalih is it ready for review? |
@insulineru yes please |
@mbenapari your PR has conflicts, can you check, thanks. I need this fix too =) |
@insulineru please check it out |
insulineru
approved these changes
Dec 2, 2024
@@ -16,7 +16,7 @@ const openai = { | |||
const api = new ChatGPTAPI({ | |||
apiKey, | |||
completionParams: { | |||
model: "gpt-4-1106-preview", | |||
model: "gpt-4o-mini", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for that change!
PeterDaveHello
added a commit
to PeterDaveHello/ai-commit
that referenced
this pull request
Jan 30, 2025
The README.md file previously referenced GPT-3, while the codebase has been updated to use GPT-4o-mini(in PR insulineru#35). This commit updates the documentation to align with the current implementation.
insulineru
pushed a commit
that referenced
this pull request
Jan 31, 2025
The README.md file previously referenced GPT-3, while the codebase has been updated to use GPT-4o-mini(in PR #35). This commit updates the documentation to align with the current implementation.
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.