Skip to content

Commit

Permalink
Fix typo in japanese_llama system prompt (issue #964) (#1056)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Bnayahu <bnayahu@il.ibm.com>
Co-authored-by: Elron Bandel <elronbandel@gmail.com>
  • Loading branch information
bnayahu and elronbandel committed Jul 28, 2024
1 parent 1b8ba0c commit 304ff4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare/system_prompts/models/japanese_llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

add_to_catalog(
system_prompt,
"system_prompt.models.japanese_llama",
"system_prompts.models.japanese_llama",
overwrite=True,
)

0 comments on commit 304ff4b

Please sign in to comment.