diff --git a/llamabot/cli/git.py b/llamabot/cli/git.py index 3cd6e31b9..dfb4e49e7 100644 --- a/llamabot/cli/git.py +++ b/llamabot/cli/git.py @@ -263,7 +263,6 @@ def write_release_notes(release_notes_dir: Path = Path("./docs/releases")): "You are an expert software developer " "who knows how to write excellent release notes based on git commit logs.", model_name=default_language_model(), - api_key=os.environ["MISTRAL_API_KEY"], stream_target="none", ) with console.status("[bold green]Generating release notes...", spinner="dots"):