Commit ·
34ad5e6
1
Parent(s): 15d19b9
fix: remove login
Browse files- FinalAssignmentAgent.py +0 -1
FinalAssignmentAgent.py
CHANGED
|
@@ -4,7 +4,6 @@ from tools import WikipediaSearchTool, CoherenceValidatorTool, MultimodalAnalysi
|
|
| 4 |
from huggingface_hub import login
|
| 5 |
|
| 6 |
class FinalAssignmentAgent:
|
| 7 |
-
login()
|
| 8 |
def __init__(self):
|
| 9 |
# Modelo HuggingFaceInferenceAPI otimizado
|
| 10 |
self.model = InferenceClientModel(model="Qwen/Qwen2.5-Coder-32B-Instruct", temperature=0)
|
|
|
|
| 4 |
from huggingface_hub import login
|
| 5 |
|
| 6 |
class FinalAssignmentAgent:
|
|
|
|
| 7 |
def __init__(self):
|
| 8 |
# Modelo HuggingFaceInferenceAPI otimizado
|
| 9 |
self.model = InferenceClientModel(model="Qwen/Qwen2.5-Coder-32B-Instruct", temperature=0)
|