dlaima commited on
Commit
e385f31
·
verified ·
1 Parent(s): c64bf2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -9,6 +9,9 @@ from audio_transcriber import AudioTranscriptionTool
9
  from image_analyzer import ImageAnalysisTool
10
  from wikipedia_searcher import WikipediaSearcher
11
 
 
 
 
12
  # Static system prompt for all completions
13
  SYSTEM_PROMPT = """You are an agent solving the GAIA benchmark and you are required to provide exact answers.
14
  Rules to follow:
 
9
  from image_analyzer import ImageAnalysisTool
10
  from wikipedia_searcher import WikipediaSearcher
11
 
12
+ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
13
+
14
+
15
  # Static system prompt for all completions
16
  SYSTEM_PROMPT = """You are an agent solving the GAIA benchmark and you are required to provide exact answers.
17
  Rules to follow: