Spaces:
Sleeping
Sleeping
ocred
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
|
22 |
|
23 |
from tools import ocr_image_tool, parse_excel_tool, web_search_tool, run_tools, audio_transcriber_tool, wikipedia_search_tool
|
24 |
|
25 |
-
llm = ChatOpenAI(model_name="gpt-4.1", temperature=0.0)
|
26 |
|
27 |
# agent = create_react_agent(model=llm, tools=tool_node)
|
28 |
|
|
|
22 |
|
23 |
from tools import ocr_image_tool, parse_excel_tool, web_search_tool, run_tools, audio_transcriber_tool, wikipedia_search_tool
|
24 |
|
25 |
+
llm = ChatOpenAI(model_name="gpt-4.1-mini", temperature=0.0)
|
26 |
|
27 |
# agent = create_react_agent(model=llm, tools=tool_node)
|
28 |
|
apt.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
tesseract-ocr
|
2 |
+
libtesseract-dev
|