Skip to content

Commit c997861

Browse files
committed
fix(llamabot/cli)🔒: Remove sensitive API key from source code.
- Removed the API key from the default parameters in the write_release_notes function to enhance security.
1 parent f36dd14 commit c997861

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎llamabot/cli/git.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ def write_release_notes(release_notes_dir: Path = Path("./docs/releases")):
263263
"You are an expert software developer "
264264
"who knows how to write excellent release notes based on git commit logs.",
265265
model_name=default_language_model(),
266-
api_key=os.environ["MISTRAL_API_KEY"],
267266
stream_target="none",
268267
)
269268
with console.status("[bold green]Generating release notes...", spinner="dots"):

0 commit comments

Comments
 (0)