Skip to content

Commit

Permalink
declared variables in case of llm absent
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Sep 5, 2024
1 parent 47f203b commit 1ca2fe9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ontobot_change_agent/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
except ImportError:
# Handle the case where the package is not installed
llm_change_agent_available = False
ALL_AVAILABLE_PROVIDERS = []
ALL_AVAILABLE_MODELS = []


from ontobot_change_agent import __version__
Expand Down

0 comments on commit 1ca2fe9

Please sign in to comment.