Spaces:
Runtime error
Runtime error
Update agent.py
Browse files
agent.py
CHANGED
@@ -7,7 +7,6 @@ from langchain_experimental.tools import PythonREPLTool
|
|
7 |
from huggingface_hub import login
|
8 |
|
9 |
# Lade dein Hugging Face Token (falls benötigt)
|
10 |
-
from huggingface_hub import login
|
11 |
# login(token="your-huggingface-token-here") # Optional, falls dein Space das braucht
|
12 |
|
13 |
# LLM: Mistral-7B-Instruct über Hugging Face Inference API
|
|
|
7 |
from huggingface_hub import login
|
8 |
|
9 |
# Lade dein Hugging Face Token (falls benötigt)
|
|
|
10 |
# login(token="your-huggingface-token-here") # Optional, falls dein Space das braucht
|
11 |
|
12 |
# LLM: Mistral-7B-Instruct über Hugging Face Inference API
|