Bug 284590 - www/tgpt: Update 2.9.0 → 2.9.1
Summary: www/tgpt: Update 2.9.0 → 2.9.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-05 13:07 UTC by Yusuf Yaman
Modified: 2025-02-05 22:01 UTC (History)
2 users (show)

See Also:


Attachments
www/tgpt.patch (2.80 KB, patch)
2025-02-05 13:14 UTC, Yusuf Yaman
nxjoseph: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuf Yaman 2025-02-05 13:07:28 UTC

    
Comment 1 Yusuf Yaman 2025-02-05 13:14:41 UTC
Created attachment 257258 [details]
www/tgpt.patch

* Fixed blackbox image generation
* Changed blackbox text generation model to Deepseek-R1

ChangeLog:
https://github.com/aandrew-me/tgpt/releases/tag/v2.9.1

It passes poudriere tests on 14.2-R/latest, thanks in advance.
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-02-05 21:33:35 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=62b3fd10940aa6e567204de507b424e610de22be

commit 62b3fd10940aa6e567204de507b424e610de22be
Author:     Yusuf Yaman <nxjoseph@protonmail.com>
AuthorDate: 2025-02-05 21:30:54 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-02-05 21:31:48 +0000

    www/tgpt: Update 2.9.0 → 2.9.1

    * Fixed blackbox image generation
    * Changed blackbox text generation model to Deepseek-R1

    ChangeLog:
    https://github.com/aandrew-me/tgpt/releases/tag/v2.9.1

    PR:     284590

 www/tgpt/Makefile  |  2 +-
 www/tgpt/distinfo  | 10 +++++-----
 www/tgpt/pkg-descr | 11 +++++------
 3 files changed, 11 insertions(+), 12 deletions(-)
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2025-02-05 21:34:52 UTC
Thanks.
Comment 4 Yusuf Yaman 2025-02-05 22:01:49 UTC
You are welcome and thanks for reviewing.