Skip to content

Commit

Permalink
fix: removed these env vars because they already use SECOND_BRAIN_BAS…
Browse files Browse the repository at this point in the history
…E_URL in jarvis so no need to define here cause it causes multiple areas we need to define correctly
  • Loading branch information
kevkevinpal committed Oct 3, 2024
1 parent c58c542 commit d28d460
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/images/jarvis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,22 +99,6 @@ fn jarvis(
env.push(format!("RADAR_YOUTUBE_WEBHOOK=https://{}/v2/addnode", h));
env.push(format!("RADAR_RSS_WEBHOOK=https://{}/v2/addnode", h));
env.push(format!("TLDR_WEBHOOK=https://{}/v1/tldr", h));
env.push(format!(
"ASK_QUESTION_WEBHOOK=https://{}/hook/ask-question",
h
));
env.push(format!(
"RELEVANT_QUESTIONS_WEBHOOK=https://{}/hook/relevant-question",
h
));
env.push(format!(
"EXTRACTED_ENTITIES_WEBHOOK=https://{}/hook/extracted-entities",
h
));
env.push(format!(
"ANSWER_SOURCES_WEBHOOK=https://{}/hook/answer-sources",
h
));
env.push(format!(
"SECOND_BRAIN_GRAPH_URL=https://{}/get_elasticsearch_entities",
h
Expand Down

0 comments on commit d28d460

Please sign in to comment.