docs: job modes in localization.md, implementation status in llm-translation.md, new scripts in AGENTS.md
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Whole-article and scoped LLM translation
|
||||
|
||||
**Status: implemented** (protocol modes and validation in
|
||||
`pagerite/translate.py`, reference client `scripts/llm_translator.py`,
|
||||
human-translation import `scripts/import_translation.py`; wire-level docs
|
||||
in docs/localization.md). One deviation from the text below: ollama's
|
||||
OpenAI-compatible `/v1/chat/completions` silently ignores `think: false`
|
||||
(verified on 0.34.2), so the client's `api` config selects ollama's native
|
||||
`/api/chat` for ollama backends; the OpenAI shape serves llama.cpp and
|
||||
hosted APIs.
|
||||
|
||||
Design for augmenting the fragment-based machine translation
|
||||
(docs/localization.md) with general-purpose instruct LLMs that understand
|
||||
Markdown natively — as opposed to pure text-to-text models like Seed-X.
|
||||
|
||||
Reference in New Issue
Block a user