Alexander Bagus commited on
Commit
67a1d0e
·
1 Parent(s): 0365f1e
Files changed (1) hide show
  1. utils/prompt_utils.py +1 -1
utils/prompt_utils.py CHANGED
@@ -21,7 +21,7 @@ def polish_prompt(original_prompt):
21
  completion = client.chat.completions.create(
22
  rovider="cerebras",
23
  api_key=api_key,
24
- model="openai/gpt-oss-120b",
25
  messages=[
26
  {"role": "system", "content": system_prompt},
27
  {"role": "user", "content": original_prompt}
 
21
  completion = client.chat.completions.create(
22
  rovider="cerebras",
23
  api_key=api_key,
24
+ model="Qwen/Qwen3-235B-A22B-Instruct-2507",
25
  messages=[
26
  {"role": "system", "content": system_prompt},
27
  {"role": "user", "content": original_prompt}