Skip to content
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
merged 11 commits into from
Dec 2, 2024

Conversation

mbenapari
Copy link
Contributor

  1. 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.
  2. Enhanced CLI Flag Handling: Improved how CLI flags are processed to provide a smoother user experience.
  3. Provider Specification for OpenAI: Users can now specify the OpenAI provider by passing the --PROVIDER=openai flag.
  4. Flexible Model Selection for Ollama: When using Ollama, users should specify the model by passing --PROVIDER=ollama --MODEL=llama3.1 (or another desired model).

…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.
…sage:

When prompted to provide a final commit message, the function now simply returns the initial response from Ollama.
@insulineru
Copy link
Owner

@HamduSalih is it ready for review?

@mbenapari
Copy link
Contributor Author

@insulineru yes please

@silasvasconcelos
Copy link

@mbenapari your PR has conflicts, can you check, thanks.

I need this fix too =)

@mbenapari
Copy link
Contributor Author

@mbenapari your PR has conflicts, can you check, thanks.

I need this fix too =)

@insulineru please check it out

@@ -16,7 +16,7 @@ const openai = {
const api = new ChatGPTAPI({
apiKey,
completionParams: {
model: "gpt-4-1106-preview",
model: "gpt-4o-mini",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for that change!

@insulineru insulineru merged commit 130cd8c into insulineru:main Dec 2, 2024
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants