iQuentin commited on
Commit
755e93c
·
verified ·
1 Parent(s): 5664e91
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -58,7 +58,7 @@ class QAgent:
58
 
59
  self.model = InferenceClientModel(
60
  model_id=model_id or "Qwen/Qwen2.5-Coder-32B-Instruct", # précédemment : or "meta-llama/Llama-3-70B-Instruct",
61
- provider=provider or "nebius" # or "hf-inference",
62
  token=api_key,
63
  timeout=timeout or 120
64
  # temperature=temperature
 
58
 
59
  self.model = InferenceClientModel(
60
  model_id=model_id or "Qwen/Qwen2.5-Coder-32B-Instruct", # précédemment : or "meta-llama/Llama-3-70B-Instruct",
61
+ provider=provider or "nebius", # or "hf-inference",
62
  token=api_key,
63
  timeout=timeout or 120
64
  # temperature=temperature