Skip to content

Commit 4cb481a

Browse files
committed
fix: correct translation workflow's image source
1 parent 0dac56f commit 4cb481a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

content/posts/ai_translation_workflow.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ This hasn’t bothered me in practice, and I believe this can be corrected with
6363

6464
Observability data will help keep track of draw comparisons between usage costs of various models, when translating particular documents.
6565

66-
![_Token usage and cost for a long, text-only article, observed in Pydantic Logfire_](/images/ai_translation/logfire.png)
66+
_Token usage and cost for a long, text-only article, observed in Pydantic Logfire_
67+
![Token usage and cost for a long, text-only article, observed in Pydantic Logfire](/images/ai_translation/logfire.png)
6768

6869
### Consuming the Output
6970

@@ -76,7 +77,8 @@ docker run --env-file .env.deploy --network app-network --rm dhruvahuja/py_ai_tr
7677
The `app-network` Docker network connects the app to a shared Postgres instance, which stores crawled content, translated outputs, and metadata for future reference.
7778
A simple [Markdown Viewer Node webapp](https://feed.dhruvahuja.me/files) scans the output directory and lists all translated documents along with `#public` tagged notes, making them accessible via a clean web UI.
7879

79-
![_Sample document output in the Markdown Viewer app, where `example.md` is the translated document_](/images/ai_translation/markdown_viewer.png)
80+
_Sample document output in the Markdown Viewer app, where `example.md` is the translated document_
81+
![Sample document output in the Markdown Viewer app, where `example.md` is the translated document](/images/ai_translation/markdown_viewer.png)
8082

8183
## Conclusion: AI For the Win
8284

232 KB
Loading
200 KB
Loading

0 commit comments

Comments
 (0)