We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1f926 commit 983c896Copy full SHA for 983c896
1 file changed
scripts/translate.py
@@ -25,7 +25,7 @@
25
"contributing.md",
26
)
27
28
-general_prompt_path = Path(__file__).absolute().parent / "llm-general-prompt.md"
+general_prompt_path = Path(__file__).absolute().parent / "general-llm-prompt.md"
29
general_prompt = general_prompt_path.read_text(encoding="utf-8")
30
31
app = typer.Typer()
0 commit comments