MrunmayD commited on
Commit
3980122
·
verified ·
1 Parent(s): a5318d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -39,7 +39,6 @@ Even if you can't answer the question fully, always provide reasoning and return
39
  """
40
  model = InferenceClientModel(
41
  model_id="Qwen/Qwen2.5-Coder-7B-Instruct",
42
- provider="together"
43
  )
44
  # --- Basic Agent Definition ---
45
  # ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------
 
39
  """
40
  model = InferenceClientModel(
41
  model_id="Qwen/Qwen2.5-Coder-7B-Instruct",
 
42
  )
43
  # --- Basic Agent Definition ---
44
  # ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------