acecalisto3 commited on
Commit
c063728
·
verified ·
1 Parent(s): 31b46a4

Update app.py

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