Update utils_ai.py

This commit is contained in:
2026-03-09 14:51:07 -04:00
parent 4f24884c75
commit 77be91c180
+1 -1
View File
@@ -67,7 +67,7 @@ def select_best_torrents(torrents_text: str) -> str:
""" """
return _call_openai_with_prompt( return _call_openai_with_prompt(
prompt_id="pmpt_69ae323e0cf4819082be215f3439bed50122fe479d6e0f2f", prompt_id="pmpt_69ae323e0cf4819082be215f3439bed50122fe479d6e0f2f",
prompt_version="2", prompt_version="3",
input_text=torrents_text input_text=torrents_text
) )