Spaces:
Sleeping
Sleeping
typo
Browse files
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
|