Synnove commited on
Commit
d9939cc
·
verified ·
1 Parent(s): aa710d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -17,13 +17,12 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
17
 
18
 
19
  #LLM
20
- llm = LLMFunction.from_local_model("mistralai/Mistral-7B-Instruct-v0.2")
21
 
22
  #Model
23
- model = InferenceClientModel() #D
24
 
25
  #Agent
26
- smolAgent = SmolAgent(llm=llm, tools = [])
27
 
28
  class BasicAgent:
29
  def __init__(self):
 
17
 
18
 
19
  #LLM
 
20
 
21
  #Model
22
+ # model = InferenceClientModel() #D
23
 
24
  #Agent
25
+
26
 
27
  class BasicAgent:
28
  def __init__(self):