Skip to content

Commit d2ec44f

Browse files
authored
rename translation_configs (#1509)
Rename the translation configs to a more explicit name
1 parent 1d5d15e commit d2ec44f

9 files changed

Lines changed: 13 additions & 1 deletion

File tree

translation_configs/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Translation Configuration files
2+
3+
These configs files are used to generate the translation of our docs to japanese/korean and more!
4+
5+
6+
## gpt_translate
7+
8+
We use the Library [gpt_translate](https://github.com/tcapelle/gpt_translate) that is powered by GPT models to generate the docs.
9+
10+
## Dictionaries
11+
12+
We keep a list of dictionaries that improves the translation consistency. These are injected into the system prompt so the technical and corporate terms ares translated (or not!) correctly.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ out_folder: ./docs_translated/ # Folder to save the translated files to
2020
limit: null # Limit number of files to translate (useful for testing)
2121

2222
# Model:
23-
model: "gpt-4o"
23+
model: "gpt-4.1"
2424
temperature: 1.0
2525
max_tokens: 16000
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)