Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ import pandas as pd
|
|
6 |
import logging
|
7 |
from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, OpenAIServerModel
|
8 |
from pathlib import Path
|
|
|
9 |
|
10 |
from llama_index.core import (
|
11 |
VectorStoreIndex,
|
@@ -89,7 +90,7 @@ class BasicAgent:
|
|
89 |
print_coso(f"__call__ file_info: {file_info}")
|
90 |
|
91 |
text = f"{text} {verification_of_final_answer}"
|
92 |
-
|
93 |
# Se è presente un file, gestiscilo
|
94 |
|
95 |
risposta = ""
|
|
|
6 |
import logging
|
7 |
from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, OpenAIServerModel
|
8 |
from pathlib import Path
|
9 |
+
from prompt_settings import verification_of_final_answer
|
10 |
|
11 |
from llama_index.core import (
|
12 |
VectorStoreIndex,
|
|
|
90 |
print_coso(f"__call__ file_info: {file_info}")
|
91 |
|
92 |
text = f"{text} {verification_of_final_answer}"
|
93 |
+
print_coso(f"__call__ text2: {text}")
|
94 |
# Se è presente un file, gestiscilo
|
95 |
|
96 |
risposta = ""
|