You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replace `viper.GetString("openai.model")` with `currentModel` for commit message summary
- Add condition to select model based on `openai.provider` value
LABEL org.opencontainers.image.description="A CLI written in Go language that writes git commit messages or do a code review brief for you using ChatGPT AI."
13
13
LABEL org.opencontainers.image.licenses=MIT
14
14
15
-
RUN apk add --no-cache ca-certificates=20220614-r4 git=2.38.4-r1 && \
15
+
RUN apk add --no-cache ca-certificates=20220614-r4 git=2.38.5-r0 && \
0 commit comments