Together-Java / TJ-Bot

TJ-Bot is a Discord Bot used on the Together Java server. It is maintained by the community, anyone can contribute.
https://togetherjava.org
GNU General Public License v3.0
98 stars 82 forks source link

inconsistency in titles generated by GPT #fixed #1137

Open alisha2501 opened 1 week ago

alisha2501 commented 1 week ago

1134 fixed

Pull-request

Changes

Closes Issue: NaN

Description

This pull request addresses the issue where titles generated by the GPT model occasionally include quotation marks. To ensure consistency and clean titles, this PR includes changes to sanitize the generated title by removing any leading or trailing quotation marks (both single and double quotes). Additionally, the title is truncated if it exceeds the maximum allowed length (TITLE_MAX_LENGTH)

CLAassistant commented 1 week ago

CLA assistant check
All committers have signed the CLA.