Skip to content

Commit

Permalink
Merge pull request #325 from stakwork/removeSecondBrainBaseUrlEnv
Browse files Browse the repository at this point in the history
fix: removed these env vars because they already use SECOND_BRAIN_BASE_URL in jarvis so no need to define here cause it causes multiple areas we need to define correctly
  • Loading branch information
kevkevinpal authored Oct 3, 2024
2 parents 2faeb82 + d28d460 commit bd4d330
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 bd4d330

Please sign in to comment.