A calculation tool-powered LLM, basic model is llama3.1 using Ollama
The LLM is powered by Ollama and Langchain, use OllamaFunction to call a simple calculator to conduct operations.
pip install langchain
After that you need to download Ollama and pull the llama3.1:
ollama pull llama3.1
After that you are able to run the scripts!