TylerAgostino / caution_bot

GNU General Public License v3.0
1 stars 0 forks source link

Ability to disable LLM globally #21

Open TylerAgostino opened 18 hours ago

TylerAgostino commented 18 hours ago

Right now folks that clone this repo are likely to get errors when running the bot unless they happen to have Ollama running at a specific IP address. Remove that hardcoded address, and bypass calls to the LLM endpoint when the address is not explicitly set

TylerAgostino commented 18 hours ago

half bug, half enhancement i guess