jpuri commited on
Commit
98d1ad5
·
1 Parent(s): d4f1a59
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -63,8 +63,8 @@ class BasicAgent:
63
  model_id="anthropic/claude-sonnet-4-20250514",
64
  temperature=0.1,
65
  )
66
- print("Using Qwen/Qwen2.5-72B-Instruct via HF Inference")
67
- return InferenceClientModel(model_id="Qwen/Qwen2.5-72B-Instruct")
68
 
69
  def __call__(self, question: str) -> str:
70
  print(f"Agent received question (first 50 chars): {question[:50]}...")
 
63
  model_id="anthropic/claude-sonnet-4-20250514",
64
  temperature=0.1,
65
  )
66
+ print("Using deepseek-ai/DeepSeek-R1 via HF Inference")
67
+ return InferenceClientModel(model_id="deepseek-ai/DeepSeek-R1")
68
 
69
  def __call__(self, question: str) -> str:
70
  print(f"Agent received question (first 50 chars): {question[:50]}...")