Alexander Bagus commited on
Commit
c85f3d9
·
1 Parent(s): 0bdce53
Files changed (1) hide show
  1. utils/prompt_utils.py +2 -2
utils/prompt_utils.py CHANGED
@@ -22,11 +22,11 @@ def polish_prompt(original_prompt):
22
  return magic_prompt
23
  # client = InferenceClient(provider="cerebras", api_key=api_key)
24
  # messages = []
25
- client = InferenceClient(provider="cerebras", api_key=api_key)
26
 
27
  try:
28
  completion = client.chat.completions.create(
29
- model="meta-llama/Llama-3.1-8B-Instruct",
30
  max_tokens=256,
31
  messages=[
32
  {"role": "system", "content": system_prompt},
 
22
  return magic_prompt
23
  # client = InferenceClient(provider="cerebras", api_key=api_key)
24
  # messages = []
25
+ client = InferenceClient(provider="nebius", api_key=api_key)
26
 
27
  try:
28
  completion = client.chat.completions.create(
29
+ model="Qwen/Qwen3-Coder-30B-A3B-Instruct",
30
  max_tokens=256,
31
  messages=[
32
  {"role": "system", "content": system_prompt},