Spaces:
Running
Running
acecalisto3
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -11,9 +11,6 @@ import atexit
|
|
11 |
import time
|
12 |
from datetime import datetime
|
13 |
|
14 |
-
# Import the InstructModel from the appropriate library
|
15 |
-
from mistralai import InstructModel # Ensure you have the correct import for the model
|
16 |
-
|
17 |
HUGGING_FACE_REPO_URL = "https://huggingface.co/spaces/acecalisto3/DevToolKit"
|
18 |
PROJECT_ROOT = "projects"
|
19 |
AGENT_DIRECTORY = "agents"
|
|
|
11 |
import time
|
12 |
from datetime import datetime
|
13 |
|
|
|
|
|
|
|
14 |
HUGGING_FACE_REPO_URL = "https://huggingface.co/spaces/acecalisto3/DevToolKit"
|
15 |
PROJECT_ROOT = "projects"
|
16 |
AGENT_DIRECTORY = "agents"
|