ZeroTimo commited on
Commit
379d2e4
·
verified ·
1 Parent(s): 68a70f7

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +0 -1
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