appleboy / CodeGPT

A CLI written in Go language that writes git commit messages or do a code review brief for you using ChatGPT AI (gpt-4o, gpt-4-turbo, gpt-3.5-turbo model) and automatically installs a git prepare-commit-msg hook.
MIT License
1.16k stars 100 forks source link

Incorrect Commit Summary Format #91

Closed ryan961 closed 10 months ago

ryan961 commented 12 months ago

image

➜ ~ codegpt version version: 0.2.2 commit: 50329e0

openai.model: gpt-3.5-turbo

appleboy commented 12 months ago

I will take it.

appleboy commented 10 months ago

@ryan961 change your model to 0613, which supports the function call. The following model version supports the function call feature.

appleboy commented 10 months ago

@ryan961 I will bump to the next version.