From da30c84f96724cd9910b83c2a9e5293dc4a266c5 Mon Sep 17 00:00:00 2001 From: Olivier LEVILLAIN Date: Tue, 10 Sep 2024 19:32:08 +0200 Subject: [PATCH] v1.2.0: implements Gemini (tested) and Grok (not tested yet) --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 099156b..cdb8099 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,12 +4,14 @@ build-backend = "hatchling.build" [project] name = "auto-po-lyglot" -version = "1.1.0" +version = "1.2.0" #dynamic = ["version"] authors = [ { name="Olivier LEVILLAIN", email="levillain.olivier@gmail.com" }, ] -description = "A Python package to translate po files using AI" +description = "A Python package to translate po files using LLMs. +Implements ChatGPT, Claude, Gemini, Grok and Ollama clients. +Uses a 1rst manual translation for desambiguating short PO pieces of sentences." readme = "README.md" requires-python = ">=3.10" dependencies=[