Spaces:
Sleeping
Sleeping
1a de audio
Browse files- agent.py +1 -1
- constantes.py +6 -3
- perguntas.json +0 -1
agent.py
CHANGED
@@ -64,7 +64,7 @@ class Agent:
|
|
64 |
]
|
65 |
}
|
66 |
)
|
67 |
-
print('........ Versão:
|
68 |
print(f"Resposta LLM: {response}")
|
69 |
# Extrair o conteúdo das mensagens do tipo AIMessage
|
70 |
final_content = ""
|
|
|
64 |
]
|
65 |
}
|
66 |
)
|
67 |
+
print('........ Versão: Audio .....')
|
68 |
print(f"Resposta LLM: {response}")
|
69 |
# Extrair o conteúdo das mensagens do tipo AIMessage
|
70 |
final_content = ""
|
constantes.py
CHANGED
@@ -36,7 +36,10 @@ LISTA_TASKS_PROCESSAR = [
|
|
36 |
# "8e867cd7-cff9-4e6c-867a-ff5ddc2550be",
|
37 |
# "a1e91b78-d3d8-4675-bb8d-62741b4b68a6",
|
38 |
# "2d83110e-a098-4ebb-9987-066c06fa42d0",
|
39 |
-
"cca530fc-4052-43b2-b130-b30968d8aa44",
|
40 |
-
"6f37996b-2ac7-44b0-8e68-6d28256631b4"
|
41 |
-
|
|
|
|
|
|
|
42 |
]
|
|
|
36 |
# "8e867cd7-cff9-4e6c-867a-ff5ddc2550be",
|
37 |
# "a1e91b78-d3d8-4675-bb8d-62741b4b68a6",
|
38 |
# "2d83110e-a098-4ebb-9987-066c06fa42d0",
|
39 |
+
# "cca530fc-4052-43b2-b130-b30968d8aa44",
|
40 |
+
# "6f37996b-2ac7-44b0-8e68-6d28256631b4",
|
41 |
+
"9d191bce-651d-4746-be2d-7ef8ecadb9c2"
|
42 |
+
|
43 |
+
# Pendentes
|
44 |
+
#"4fc2f1ae-8625-45b5-ab34-ad4433bc21f8"
|
45 |
]
|
perguntas.json
CHANGED
@@ -28,7 +28,6 @@
|
|
28 |
"detalhes": "Se quiser resposta direta precisa do gpt4o, caso contrário utilizar chessboard-image-parser para gerar um fen da imagem e repassar ao gpt-4o-mini, "
|
29 |
},
|
30 |
{
|
31 |
-
"nao_testado": "true",
|
32 |
"task_id": "4fc2f1ae-8625-45b5-ab34-ad4433bc21f8",
|
33 |
"question": "Who nominated the only Featured Article on English Wikipedia about a dinosaur that was promoted in November 2016?",
|
34 |
"Level": "1",
|
|
|
28 |
"detalhes": "Se quiser resposta direta precisa do gpt4o, caso contrário utilizar chessboard-image-parser para gerar um fen da imagem e repassar ao gpt-4o-mini, "
|
29 |
},
|
30 |
{
|
|
|
31 |
"task_id": "4fc2f1ae-8625-45b5-ab34-ad4433bc21f8",
|
32 |
"question": "Who nominated the only Featured Article on English Wikipedia about a dinosaur that was promoted in November 2016?",
|
33 |
"Level": "1",
|