wishwakankanamg commited on
Commit
108c39d
·
verified ·
1 Parent(s): fab6e43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,11 +36,11 @@ class BasicAgent:
36
 
37
  # Initialize model and tools
38
 
39
- model = InferenceClientModel(
40
  model_id="Qwen/Qwen2.5-Coder-32B-Instruct",
41
- provider="together",
42
  token=openai_token,
43
  max_tokens=5000,
 
44
  )
45
 
46
  # model = OpenAIServerModel(
 
36
 
37
  # Initialize model and tools
38
 
39
+ model = HfApiModel(
40
  model_id="Qwen/Qwen2.5-Coder-32B-Instruct",
 
41
  token=openai_token,
42
  max_tokens=5000,
43
+ provider"together",
44
  )
45
 
46
  # model = OpenAIServerModel(