Conversation
…emove unnecessary branch
pelikhan
commented
Jul 12, 2025
Member
Author
pelikhan
left a comment
There was a problem hiding this comment.
First iteration added. Some of the prompts are reaching 16k tokens and hitting the upper limit. Chunking documents will certainly help with this.
sinedied
reviewed
Jul 21, 2025
Contributor
sinedied
left a comment
There was a problem hiding this comment.
Reviewed french translations and it's quite good!
Few questions though:
- Is there a global config file that we can use to set global translations rules, like for example avoid translating specific words?
- Is the cache shared between file, so an exact same paragraph in different files would be translated the same, for consistency? (and less token usage 🙂 )
sinedied
reviewed
Jul 21, 2025
sinedied
reviewed
Jul 21, 2025
sinedied
reviewed
Jul 21, 2025
sinedied
reviewed
Jul 21, 2025
…for structured output lessons
- Revised the French translation of Ada's example in the RAG lesson to improve clarity and accuracy. - Updated the corresponding JSON translation file to reflect the changes made in the RAG lesson. - Added usage statistics for the RAG lesson translation in the usage log.
Member
Author
The tool supports an "instructions.md" file that gets injected into the prompt.
The cache is repo wide so if two strings match, they will have the same translation. We could also percolate a translation corpus in the future and use it as a template. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request configure AI-generated translations for french (only lessons and readme) using github actions and github models. Large files are still a bit of a problem, good start.