Skip to content

Commit

Permalink
MAIN-2220 remove old unnecessary code (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoiGlinik authored Oct 1, 2024
1 parent c93ed78 commit 2d2a5b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion holmes/core/tool_calling_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def __init__(

if ROBUSTA_AI:
self.base_url = ROBUSTA_API_ENDPOINT
self.model = f"openai/{self.model}"

self.check_llm(self.model, self.api_key)

Expand Down

0 comments on commit 2d2a5b3

Please sign in to comment.