agentcoinorg / AutoTx

A personal assistant for planning and executing on-chain transactions.
MIT License
93 stars 17 forks source link

Local LLM Support #102

Closed dOrgJelli closed 5 months ago

dOrgJelli commented 5 months ago

Support running AutoTx against a locally-running LLM. This could be done via an environment variable where, if present, disable the use of OpenAI and instead uses the local LLM.

Relevant Docs: https://docs.crewai.com/how-to/LLM-Connections/#ollama-integration

dOrgJelli commented 5 months ago

Completed here: https://github.com/polywrap/AutoTx/pull/123