Sebastián Ramírez
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
scripts/translate.py
|
|
|
@ -25,7 +25,7 @@ non_translated_sections = ( |
|
|
|
"contributing.md", |
|
|
|
) |
|
|
|
|
|
|
|
general_prompt_path = Path(__file__).absolute().parent / "llm-general-prompt.md" |
|
|
|
general_prompt_path = Path(__file__).absolute().parent / "general-llm-prompt.md" |
|
|
|
general_prompt = general_prompt_path.read_text(encoding="utf-8") |
|
|
|
|
|
|
|
app = typer.Typer() |
|
|
|
|