Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
variable getCommitMessageSuggestion
import { getCommitMessageSuggestion } from "https://deno.land/x/commit_genius@v0.5.0/lib/get_commit_message_suggestion.ts";

type

(
openaiAccessToken: string,
diffText: string,
model: Model,
) => Promise<string>