Marc-R2 / ai-commits-intellij-plugin

CommitGPT for IntelliJ based IDEs/Android Studio.
MIT License
12 stars 6 forks source link

Feature: maxTokens, model, temperature #11

Open itai590 opened 3 months ago

itai590 commented 3 months ago

I encounter 'Prompt is too large' The diff is too large for the OpenAI API. Try reducing the number of staged changes or write your own commit message.

In order to solve the issue, please add the maxTokens indicator to the plugin settings. It will also be nice to have a model and temperature selection.

{ "model": "GPT-4o", "temperature": 0.9, "maxTokens": 2048 }

codeproger commented 3 months ago

Model section is too important for me