From 77be91c180d17080857cb7b1e9ac0a7f0b0faa14 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Mon, 9 Mar 2026 14:51:07 -0400 Subject: [PATCH] Update utils_ai.py --- utils_ai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils_ai.py b/utils_ai.py index 0979f13..530be34 100644 --- a/utils_ai.py +++ b/utils_ai.py @@ -67,7 +67,7 @@ def select_best_torrents(torrents_text: str) -> str: """ return _call_openai_with_prompt( prompt_id="pmpt_69ae323e0cf4819082be215f3439bed50122fe479d6e0f2f", - prompt_version="2", + prompt_version="3", input_text=torrents_text )