Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 390 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 390 Bytes

LLMCalculator

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.

Installation:

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!