Duibonduil commited on
Commit
016fd7f
·
verified ·
1 Parent(s): dd7a68e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -4,6 +4,14 @@ import requests
4
  import inspect
5
  import pandas as pd
6
 
 
 
 
 
 
 
 
 
7
  # (Keep Constants as is)
8
  # --- Constants ---
9
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
 
4
  import inspect
5
  import pandas as pd
6
 
7
+ from smolagents import (
8
+ CodeAgent,
9
+ GoogleSearchTool,
10
+ # InferenceClientModel,
11
+ LiteLLMModel,
12
+ ToolCallingAgent,
13
+ )
14
+
15
  # (Keep Constants as is)
16
  # --- Constants ---
17
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"