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 252dd34 commit 3cb6926Copy full SHA for 3cb6926
scripts/translate.py
@@ -38,7 +38,7 @@
38
with open(README_PATH, "r", encoding="utf-8") as f:
39
text_to_translate = f.read()
40
41
-# Aya Expanse uses a specific header format for system/user/chatbot turns
+# Aya Expanse specific header format system/user/chatbot turns
42
prompt = f"""<|START_OF_TURN_TOKEN|><|SYSTEM_TOKEN|>
43
You are a professional technical translator specializing in software documentation (GitHub READMEs).
44
Translate the provided README into professional developer-level {target_lang_name}.
0 commit comments