Skip to content

Commit 883d02f

Browse files
committedMar 10, 2025·
fix: OSINTInvestigatorAssistant setup
1 parent 2546f53 commit 883d02f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed
 

‎src/core/modules/opendata/assistants/OSINTInvestigatorAssistant.py

+1-7
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,7 @@ def create_osint_investigator_agent(
9999
create_ontology_yaml_config=create_ontology_yaml_config,
100100
))
101101
tools += pipeline.as_tools()
102-
else:
103-
print("No perplexity API key or naas API key or li_at or JSESSIONID")
104-
print(f"perplexity_api_key: {perplexity_api_key}")
105-
print(f"naas_api_key: {naas_api_key}")
106-
print(f"li_at: {li_at}")
107-
print(f"JSESSIONID: {JSESSIONID}")
108-
exit()
102+
109103

110104
if agent_configuration is None:
111105
agent_configuration = AgentConfiguration(

0 commit comments

Comments
 (0)
Please sign in to comment.