Skip to content

Commit

Permalink
v1.2.0: implements Gemini (tested) and Grok (not tested yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
leolivier committed Sep 10, 2024
1 parent 7e1af28 commit da30c84
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit da30c84

Please sign in to comment.