Alexander Bagus commited on
Commit
90502d2
·
1 Parent(s): a6316fc
Files changed (1) hide show
  1. utils/prompt_utils.py +1 -1
utils/prompt_utils.py CHANGED
@@ -30,7 +30,7 @@ def polish_prompt(original_prompt):
30
  # model="Qwen/Qwen3-235B-A22B-Instruct-2507", messages=messages
31
  # )
32
  polished_prompt = completion.choices[0].message.content
33
- polished_prompt += f" {magic_prompt}"
34
  return polished_prompt.strip().replace("\n", " ")
35
  except Exception as e:
36
  print(f"Error during prompt enhancement: {e}")
 
30
  # model="Qwen/Qwen3-235B-A22B-Instruct-2507", messages=messages
31
  # )
32
  polished_prompt = completion.choices[0].message.content
33
+ # polished_prompt += f" {magic_prompt}"
34
  return polished_prompt.strip().replace("\n", " ")
35
  except Exception as e:
36
  print(f"Error during prompt enhancement: {e}")