Update utils_ai.py

This commit is contained in:
2026-03-09 01:36:36 -04:00
parent adedf75e06
commit 1650d41fea
+1 -1
View File
@@ -83,7 +83,7 @@ def generate_rename_mapping(directory_text: str) -> dict[str, str]:
""" """
raw_response = _call_openai_with_prompt( raw_response = _call_openai_with_prompt(
prompt_id="pmpt_69ae4175ba248195acf5b828bcc3360707d31714c556743d", prompt_id="pmpt_69ae4175ba248195acf5b828bcc3360707d31714c556743d",
prompt_version="5", prompt_version="6",
input_text=directory_text input_text=directory_text
) )